File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 64
64
poe docs
65
65
poe test-with-coverage
66
66
67
+ - if : ${{ !cancelled() }}
68
+ name : Upload test results to Codecov
69
+ uses : codecov/test-results-action@v1
70
+ with :
71
+ token : ${{ secrets.CODECOV_TOKEN }}
72
+
67
73
- if : ${{ env.IS_MAIN_PYTHON == 'true' }}
68
74
name : Store the coverage report
69
75
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 3
3
cache_dir = /tmp/pytest_cache
4
4
# slightly more verbose output
5
5
console_output_style = count
6
+ # pretty-print test names in the Codecov U
7
+ junit_family = legacy
6
8
addopts =
7
9
# show all skipped/failed/xfailed tests in the summary except passed
8
10
-ra
9
11
--strict-config
12
+ --junitxml =.reports/pytest.xml
10
13
markers =
11
14
on_lyrics_update: mark a test to run only after lyrics source code is updated
12
15
integration_test: mark a test as an integration test
You can’t perform that action at this time.
0 commit comments