File tree 3 files changed +8
-55
lines changed
3 files changed +8
-55
lines changed Original file line number Diff line number Diff line change 25
25
- name : Run Tox
26
26
run : |
27
27
tox -e py -- -m "data or not data"
28
- - uses : codecov/codecov-action@v4.1.0
28
+ - uses : codecov/codecov-action@v4
29
29
if : matrix.os == 'ubuntu-latest'
30
30
with :
31
31
token : ${{ secrets.CODECOV_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,12 +26,15 @@ jobs:
26
26
run : |
27
27
tox -e py
28
28
mv coverage.xml coverage-${{ matrix.python }}.xml
29
- - name : Store coverage file
30
- uses : actions/upload-artifact@v4
29
+ - uses : codecov/codecov-action@v4
31
30
if : matrix.os == 'ubuntu-latest'
32
31
with :
33
- name : coverage-${{ matrix.python }}
34
- path : coverage-${{ matrix.python }}.xml
32
+ token : ${{ secrets.CODECOV_TOKEN }}
33
+ file : coverage-${{ matrix.python }}.xml
34
+ name : py${{ matrix.python }}-${{ matrix.os }}
35
+ flags : unittests
36
+ fail_ci_if_error : true
37
+ verbose : true
35
38
integration :
36
39
runs-on : ${{ matrix.os }}
37
40
strategy :
68
71
pip3 install -e .
69
72
pip install --upgrade pip
70
73
pip install --upgrade setuptools
71
- mkdir -p ./pr
72
- echo ${{ github.event.number }} > ./pr/NR
73
- - uses : actions/upload-artifact@v4
74
- with :
75
- name : pr
76
- path : pr/
77
- overwrite : true
78
74
79
75
with :
80
76
ignore-vulns : |
You can’t perform that action at this time.
0 commit comments