File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 42
42
fail_ci_if_error : true
43
43
token : ${{ secrets.CODECOV_TOKEN }} # required
44
44
verbose : true
45
+ - name : Upload test results to Codecov
46
+ if : ${{ !cancelled() }}
47
+ uses : codecov/test-results-action@v1
48
+ with :
49
+ name : ${{ matrix.python }} - ${{ matrix.install_extras }}
50
+ token : ${{ secrets.CODECOV_TOKEN }}
51
+
45
52
46
53
release :
47
54
name : Publish to PyPi
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ build = [
86
86
87
87
[tool .pytest .ini_options ]
88
88
minversion = " 4.6"
89
- addopts = " -ra --verbose --cov=filter_functions --cov-report=xml"
89
+ addopts = " -ra --verbose --cov=filter_functions --cov-report=xml --junitxml=junit.xml -o junit_family=legacy "
90
90
testpaths = [
91
91
" tests"
92
92
]
You can’t perform that action at this time.
0 commit comments