Skip to content

Commit

Permalink
Updated codecov action in build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Apr 11, 2024
1 parent 7eec03e commit 0980090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
- name: Run tests
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit 0980090

Please sign in to comment.