We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 605d26e + 2697db1 commit b3ed07bCopy full SHA for b3ed07b
.github/workflows/lint_test.yml
@@ -57,8 +57,15 @@ jobs:
57
--cov-report=xml \
58
-o console_output_style=count \
59
-p no:sugar \
60
+ --cov --junitxml=junit.xml -o junit_family=legacy \
61
tests
62
- name: Upload coverage reports to Codecov
63
+ if: ${{ !cancelled() }}
64
uses: codecov/codecov-action@v5
65
with:
66
token: ${{ secrets.CODECOV_TOKEN }}
67
+ - name: Upload test results to Codecov
68
69
+ uses: codecov/test-results-action@v1
70
+ with:
71
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments