Skip to content

Commit cf9464c

Browse files
committed
Disable codacy
1 parent 9144e29 commit cf9464c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
run: |
3535
coverage xml
3636
coveralls --service=github
37-
python-codacy-coverage -r coverage.xml
37+
# TODO: Fix codacy issue with token
38+
# python-codacy-coverage -r coverage.xml

0 commit comments

Comments
 (0)