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 80b0086 commit 3727f1dCopy full SHA for 3727f1d
.github/workflows/python.yml
@@ -76,6 +76,8 @@ jobs:
76
- name: Test packaging
77
run: pip install -e .
78
- name: Send results to coveralls
79
+ # Ignore coveralls issues
80
+ continue-on-error: true
81
run: coveralls --service=github
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required for coveralls
requirements-test.txt
@@ -1,5 +1,5 @@
1
-r requirements.txt
2
-coverage==6.5.0
+coverage==7.2.3
3
faker==18.3.2
4
pytest==7.3.0
5
pytest-django==4.5.2
0 commit comments