Skip to content

Commit

Permalink
fix upload test report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Dec 11, 2024
1 parent 5ade752 commit 46552a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: target/nextest/ci/junit.xml
disable_search: true
report_type: "testing"
report_type: "test_results"
fail_ci_if_error: true

0 comments on commit 46552a7

Please sign in to comment.