Skip to content

Commit 5b8f361

Browse files
authored
Merge pull request #60 from ulgens/update-coverage
Update the upper bound for coverage
2 parents 9283bdf + e982250 commit 5b8f361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Install tox and coverage packages
4040
run: |
41-
pip install tox tox-gh-actions 'coverage<5' coveralls
41+
pip install tox tox-gh-actions 'coverage<8' coveralls
4242
4343
- name: Run tox and coverage
4444
run: |

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22

33
pytest
4-
coverage<5
4+
coverage<8
55
pytest-django
66
pytest-cov
77
pytest-flake8

0 commit comments

Comments
 (0)