Skip to content

Commit

Permalink
Upgrade coverage to 6.5.0
Browse files Browse the repository at this point in the history
We received error messages in older version of the coverage so we
upgrade to the version 6.5.0 which seems to work with the coveralls.

See this run for more details:
https://github.com/Parquery/icontract/actions/runs/9779072024/job/26997391256?pr=292
  • Loading branch information
mristin committed Jul 5, 2024
1 parent 8bf76f3 commit 4d0adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'pylint==2.17.5;python_version>="3.7"',
"tox>=3.0.0",
"pydocstyle>=6.3.0,<7",
"coverage>=4.5.1,<5",
"coverage>=6.5.0,<7",
"docutils>=0.14,<1",
"pygments>=2.2.0,<3",
"dpcontracts==0.6.0",
Expand Down

0 comments on commit 4d0adb0

Please sign in to comment.