File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -234,8 +234,10 @@ jobs:
234234 env :
235235 EXECUTORLIB_PMIX : " pmix"
236236 TMPDIR : " /tmp" # required by MacOs https://github.com/open-mpi/ompi/issues/7393
237- - name : Coveralls
238- uses : coverallsapp/github-action@v2
237+ - name : Upload coverage reports to Codecov
238+ uses : codecov/codecov-action@v5
239+ with :
240+ token : ${{ secrets.CODECOV_TOKEN }}
239241
240242 unittest_mpich :
241243 needs : [black]
@@ -380,4 +382,4 @@ jobs:
380382 run : gh pr merge --auto --squash "$PR_URL"
381383 env :
382384 PR_URL : ${{github.event.pull_request.html_url}}
383- GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
385+ GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 11# executorlib
22[ ![ Pipeline] ( https://github.com/pyiron/executorlib/actions/workflows/pipeline.yml/badge.svg )] ( https://github.com/pyiron/executorlib/actions/workflows/pipeline.yml )
3- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ pyiron/executorlib/badge.svg?branch=main )] ( https://coveralls .io/github /pyiron/executorlib?branch=main )
3+ [ ![ codecov ] ( https://codecov .io/gh/ pyiron/executorlib/graph/ badge.svg?token=KFIO3R08H3 )] ( https://codecov .io/gh /pyiron/executorlib )
44[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/pyiron/executorlib/HEAD?labpath=notebooks%2Fexamples.ipynb )
55
66Up-scale python functions for high performance computing (HPC) with executorlib.
You can’t perform that action at this time.
0 commit comments