Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndem0 authored Sep 15, 2023
1 parent 8213a97 commit c646f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
then
python3 -m pytest
else
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
curl -s https://coverage.codacy.com/get.sh -o CodacyCoverageReporter.sh
chmod +x CodacyCoverageReporter.sh
./CodacyCoverageReporter.sh report -r cobertura.xml -t $CODACY_API_TOKEN
Expand Down

0 comments on commit c646f6d

Please sign in to comment.