We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d14501 commit 59954f3Copy full SHA for 59954f3
.github/workflows/tests.yml
@@ -1,5 +1,5 @@
1
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2
-# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
3
4
name: "Tests"
5
tox.ini
@@ -26,7 +26,7 @@ envlist =
26
deps =
27
cov6: coverage>=6.0,<7.0
28
cov7: coverage>=7.0,<8.0
29
- covtip: git+https://github.com/nedbat/coveragepy.git
+ covtip: git+https://github.com/coveragepy/coveragepy.git
30
django52: Django>=5.2,<6.0
31
django60: Django>=6.0,<7.0
32
djangotip: git+https://github.com/django/django.git
0 commit comments