mirror of https://github.com/secdev/scapy.git
Specify the coverage configuration file
This commit is contained in:
parent
0257fed05e
commit
c2545752e7
|
@ -136,6 +136,6 @@ else
|
|||
fi
|
||||
|
||||
if [ "$SCAPY_COVERAGE" = "yes" ]; then
|
||||
coverage combine ./
|
||||
coverage combine --rcfile=../.coveragerc ./
|
||||
codecov
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue