Skip to content

Commit

Permalink
gh workflow: Add CodeCov unit tests integration (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 11, 2023
1 parent c827145 commit 1a74348
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
- name: Run make test
run: |
make test-unit
- name: Upload coverage reports to CodeCov # more at https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./cover.out
env_vars: TEST_IMG
flags: unittests
fail_ci_if_error: true
verbose: true

integration-tests:
name: Integration Tests
Expand Down

0 comments on commit 1a74348

Please sign in to comment.