Skip to content

Commit 4bbeedd

Browse files
committed
ci: Migrate from Coveralls to Codecov
1 parent 534c165 commit 4bbeedd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
python-version: ${{ matrix.python-version }}
1616
cache: pip
1717
cache-dependency-path: pyproject.toml
18-
- run: pip install .[test] coveralls
18+
- run: pip install .[test]
1919
- run: pytest --cov agateexcel
20-
- env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
run: coveralls --service=github
20+
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
21+
with:
22+
fail_ci_if_error: true

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
:target: https://github.com/wireservice/agate-excel/actions
33
:alt: Build status
44

5-
.. image:: https://coveralls.io/repos/wireservice/agate-excel/badge.svg?branch=master
6-
:target: https://coveralls.io/r/wireservice/agate-excel
5+
.. image:: https://codecov.io/github/wireservice/agate-excel/graph/badge.svg
6+
:target: https://codecov.io/github/wireservice/agate-excel
77
:alt: Coverage status
88

99
.. image:: https://img.shields.io/pypi/dm/agate-excel.svg

0 commit comments

Comments
 (0)