File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,12 @@ jobs:
3939 run : |
4040 invoke integration
4141 invoke benchmark-dtypes
42- - if : matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9
42+
43+ - if : matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12
4344 name : Upload integration codecov report
4445 uses : codecov/codecov-action@v4
4546 with :
4647 flags : integration
47- file : ' ./integration_cov.xml'
48+ file : ${{ github.workspace }}/integration_cov.xml
49+ fail_ci_if_error : true
4850 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ jobs:
3434 python -m pip install invoke .[test]
3535 - name : Run unit tests
3636 run : invoke unit
37- - if : matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9
37+ - if : matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12
3838 name : Upload unit codecov report
3939 uses : codecov/codecov-action@v4
4040 with :
4141 flags : unit
42- file : ' ./unit_cov.xml'
42+ file : ${{ github.workspace }}/unit_cov.xml
43+ fail_ci_if_error : true
4344 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ coverage.xml
4848* .cover
4949.hypothesis /
5050.pytest_cache /
51+ * _cov.xml
5152
5253# Translations
5354* .mo
Original file line number Diff line number Diff line change 1+ coverage :
2+ precision : 2
3+ range : " 90...100"
4+ status :
5+ project :
6+ default :
7+ target : auto
8+ threshold : 1.0
9+ patch :
10+ default :
11+ target : auto
12+ threshold : 1.0
You can’t perform that action at this time.
0 commit comments