We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8213a97 commit c646f6dCopy full SHA for c646f6d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
then
32
python3 -m pytest
33
else
34
- python3 -m pytest tests/test_ffd.py --cov-report term --cov-report xml:cobertura.xml --cov=pygem
+ python3 -m pytest --cov-report term --cov-report xml:cobertura.xml --cov=pygem
35
curl -s https://coverage.codacy.com/get.sh -o CodacyCoverageReporter.sh
36
chmod +x CodacyCoverageReporter.sh
37
./CodacyCoverageReporter.sh report -r cobertura.xml -t $CODACY_API_TOKEN
0 commit comments