Skip to content

Commit 8213a97

Browse files
authored
tmp update test
1 parent 018445f commit 8213a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
then
3232
python3 -m pytest
3333
else
34-
python3 -m pytest --cov-report term --cov-report xml:cobertura.xml --cov=pygem
34+
python3 -m pytest tests/test_ffd.py --cov-report term --cov-report xml:cobertura.xml --cov=pygem
3535
curl -s https://coverage.codacy.com/get.sh -o CodacyCoverageReporter.sh
3636
chmod +x CodacyCoverageReporter.sh
3737
./CodacyCoverageReporter.sh report -r cobertura.xml -t $CODACY_API_TOKEN

0 commit comments

Comments
 (0)