Skip to content

Commit 7f42eb5

Browse files
author
Zoran Simic
committed
Updated code coverage badge
1 parent 7ebf6af commit 7f42eb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Simplify your setup.py
99
:target: https://github.com/codrsquad/setupmeta/actions
1010
:alt: Tested with Github Actions
1111

12-
.. image:: https://codecov.io/gh/codrsquad/setupmeta/branch/main/graph/badge.svg
13-
:target: https://codecov.io/gh/codrsquad/setupmeta
14-
:alt: Test code codecov
12+
.. image:: https://coveralls.io/repos/github/codrsquad/setupmeta/badge.svg
13+
:target: https://coveralls.io/github/codrsquad/setupmeta
14+
:alt: Code coverage with coveralls
1515

1616
.. image:: https://img.shields.io/pypi/pyversions/setupmeta.svg
1717
:target: https://github.com/codrsquad/setupmeta

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
# Running tests against min/max only to speed up local iterations (all versions tested in GH actions)
2+
# Running tests against min/max only to speed up local iterations (all non-EOL versions tested in GH actions)
33
envlist = py{37,314}, coverage, docs, style
44
# Pointing to pypi.org mirror explicitly to avoid using internal mirrors in place at some companies
55
# This is usually not necessary, but can be useful in some cases (eg: latest setuptools not on internal mirror)

0 commit comments

Comments
 (0)