Skip to content

Commit

Permalink
Upload code coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Nov 19, 2020
1 parent 506914e commit 26b85fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ jobs:
name: code-coverage
path: unit-tests/coverage

- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./unit-tests/coverage.info
flags: unittests
name: codecov-app-boilerplate
fail_ci_if_error: true
verbose: true

job_test:
name: Test
needs: job_build_debug
Expand Down

0 comments on commit 26b85fc

Please sign in to comment.