Skip to content

Commit

Permalink
gh workflow: Comment codecov gh actions body to test Repo YAML config (
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 19, 2023
1 parent bd6c0d3 commit 8b627e8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./cover.out
env_vars: TEST_IMG
flags: unittests
fail_ci_if_error: true
verbose: true
# 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 8b627e8

Please sign in to comment.