Skip to content

Commit

Permalink
gh workflow: Uncomment codecov gh action 'with' block (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 19, 2023
1 parent 832a826 commit 19fb164
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
make test-unit
- name: Upload coverage reports to CodeCov # more at https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v3
# with:
with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ./cover.out
files: ./cover.out
# env_vars: TEST_IMG
# flags: unittests
# fail_ci_if_error: true
# verbose: true
fail_ci_if_error: true
verbose: true

integration-tests:
name: Integration Tests
Expand Down

0 comments on commit 19fb164

Please sign in to comment.