File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,7 @@ jobs:
125
125
- name : Run Tox
126
126
run : UT_FLAGS="${{ matrix.flags }}" ./.config/ci/test.sh ${{ matrix.python }} ${{ matrix.mode }}
127
127
- name : Codecov
128
- uses : codecov/codecov-action@v2
129
- with :
130
- file : /home/runner/work/scapy/scapy/.coverage
128
+ uses : codecov/codecov-action@v3
131
129
132
130
cryptography :
133
131
name : pyca/cryptography test
Original file line number Diff line number Diff line change 6
6
* .egg-info /
7
7
test /* .html
8
8
.coverage *
9
+ coverage.xml
9
10
.tox
10
11
.ipynb_checkpoints
11
12
.mypy_cache
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ commands =
44
44
bsd_non_root: {envpython} {env:SCAPY_PY_OPTS:-m coverage run} -m scapy.tools.UTscapy -c test/configs/bsd.utsc -K manufdb -K tshark -N {posargs}
45
45
bsd_root: sudo -E {envpython} {env:SCAPY_PY_OPTS:-m coverage run} -m scapy.tools.UTscapy -c test/configs/bsd.utsc -K manufdb -K tshark {posargs}
46
46
windows: {envpython} {env:SCAPY_PY_OPTS:-m coverage run} -m scapy.tools.UTscapy -c test/configs/windows.utsc {posargs}
47
- coverage combine
47
+ coverage xml
48
48
49
49
# Variants of the main tests
50
50
@@ -72,7 +72,7 @@ commands =
72
72
bash -c " rm -rf /tmp/can-utils /tmp/can-isotp"
73
73
lsmod
74
74
sudo -E {envpython} -m coverage run -m scapy.tools.UTscapy -c ./test/configs/linux.utsc {posargs}
75
- coverage combine
75
+ coverage xml
76
76
77
77
# Test used by upstream pyca/cryptography
78
78
[testenv:cryptography]
You can’t perform that action at this time.
0 commit comments