Skip to content

Commit

Permalink
Fix merged coverage test again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy IdeaPad3 committed Dec 2, 2023
1 parent 9e0ff71 commit 95fd075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-test-and-upload-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ${{github.workspace}}/build/my_model/test_coverage_merged.info
files: ${{github.workspace}}/build/test_coverage_merged.info
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 95fd075

Please sign in to comment.