Skip to content

Commit b3ed07b

Browse files
authored
Merge branch 'jbergler:develop' into base
2 parents 605d26e + 2697db1 commit b3ed07b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/lint_test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,15 @@ jobs:
5757
--cov-report=xml \
5858
-o console_output_style=count \
5959
-p no:sugar \
60+
--cov --junitxml=junit.xml -o junit_family=legacy \
6061
tests
6162
- name: Upload coverage reports to Codecov
63+
if: ${{ !cancelled() }}
6264
uses: codecov/codecov-action@v5
6365
with:
6466
token: ${{ secrets.CODECOV_TOKEN }}
67+
- name: Upload test results to Codecov
68+
if: ${{ !cancelled() }}
69+
uses: codecov/test-results-action@v1
70+
with:
71+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)