Skip to content

Inject cdi-uploadproxy CA cert into user created routes #394

Inject cdi-uploadproxy CA cert into user created routes

Inject cdi-uploadproxy CA cert into user created routes #394

Workflow file for this run

on: ["push","pull_request"]
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test-coverage
run: |
make goveralls
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}