File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 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
66Similar to the Google authenticator just written in Python. With more and more services requiring two factor
You can’t perform that action at this time.
0 commit comments