Archived
1
0
Fork 0

gnu: python-coverage: Update home page.

* gnu/packages/check.scm (python-coverage)[home-page]: Update & use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-29 12:50:51 +02:00
parent b3808d1feb
commit ee091ff637
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1522,7 +1522,7 @@ have failed since the last commit or what tests are currently failing.")))
(arguments (arguments
;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors. ;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors.
'(#:tests? #f)) '(#:tests? #f))
(home-page "http://nedbatchelder.com/code/coverage") (home-page "https://coverage.readthedocs.io")
(synopsis "Code coverage measurement for Python") (synopsis "Code coverage measurement for Python")
(description (description
"Coverage measures code coverage, typically during test execution. It "Coverage measures code coverage, typically during test execution. It