Specify the coverage configuration file

This commit is contained in:
Guillaume Valadon 2018-01-31 18:43:52 +01:00
parent 0257fed05e
commit c2545752e7
1 changed files with 1 additions and 1 deletions

View File

@ -136,6 +136,6 @@ else
fi
if [ "$SCAPY_COVERAGE" = "yes" ]; then
coverage combine ./
coverage combine --rcfile=../.coveragerc ./
codecov
fi