File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 71
71
- name : Collect Coverage
72
72
shell : bash -l {0}
73
73
run : coverage xml
74
- - name : Coveralls
75
- uses : coverallsapp/github-action@v2
74
+ - name : Upload coverage reports to Codecov
75
+ uses : codecov/codecov-action@v5
76
+ with :
77
+ token : ${{ secrets.CODECOV_TOKEN }}
76
78
77
79
minimal :
78
80
needs : [black]
@@ -235,4 +237,4 @@ jobs:
235
237
run : gh pr merge --auto --squash "$PR_URL"
236
238
env :
237
239
PR_URL : ${{github.event.pull_request.html_url}}
238
- GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
240
+ GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Pipeline] ( https://github.com/pyiron/pysqa/actions/workflows/pipeline.yml/badge.svg )] ( https://github.com/pyiron/pysqa/actions/workflows/pipeline.yml )
4
4
[ ![ Documentation Status] ( https://readthedocs.org/projects/pysqa/badge/?version=latest )] ( https://pysqa.readthedocs.io/en/latest/?badge=latest )
5
- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ pyiron/pysqa/badge.svg?branch=main )] ( https://coveralls .io/github /pyiron/pysqa?branch=main )
5
+ [ ![ codecov ] ( https://codecov .io/gh/ pyiron/pysqa/graph/ badge.svg?token=N753OWIAUW )] ( https://codecov .io/gh /pyiron/pysqa )
6
6
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/pyiron/pysqa/HEAD?labpath=example_config.ipynb )
7
7
8
8
High-performance computing (HPC) does not have to be hard. In this context the aim of the Python Simple Queuing System
You can’t perform that action at this time.
0 commit comments