Skip to content

Commit 93a5c36

Browse files
authored
Switch from coveralls to codecov (#84)
* Switch from coveralls to codecov * Update README.md
1 parent fe597eb commit 93a5c36

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,10 @@ jobs:
122122
coverage run
123123
coverage report
124124
coverage xml
125-
- name: Coveralls
126-
uses: coverallsapp/github-action@v2
125+
- name: Upload coverage reports to Codecov
126+
uses: codecov/codecov-action@v5
127+
with:
128+
token: ${{ secrets.CODECOV_TOKEN }}
127129

128130
notebooks:
129131
needs: [black]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyauthenticator
22
[![Pipeline](https://github.com/jan-janssen/pyauthenticator/actions/workflows/pipeline.yml/badge.svg)](https://github.com/jan-janssen/pyauthenticator/actions/workflows/pipeline.yml)
3-
[![Coverage Status](https://coveralls.io/repos/github/jan-janssen/pyauthenticator/badge.svg?branch=main)](https://coveralls.io/github/jan-janssen/pyauthenticator?branch=main)
3+
[![codecov](https://codecov.io/github/jan-janssen/pyauthenticator/graph/badge.svg?token=K0VG71K9YI)](https://codecov.io/github/jan-janssen/pyauthenticator)
44
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
55

66
Similar to the Google authenticator just written in Python. With more and more services requiring two factor

0 commit comments

Comments
 (0)