Skip to content

Commit

Permalink
refactor: refactor test.yaml github actions CI file (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 24, 2023
1 parent 5695f3d commit d2048f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ jobs:
- name: Run make test
run: |
make test-unit
- name: Upload coverage reports to CodeCov # more at https://github.com/codecov/codecov-action
- name: Upload unit-test 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
files: ./coverage/unit
flags: unit-tests
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit d2048f6

Please sign in to comment.