Skip to content

Commit 9f232ff

Browse files
authored
Switch to codecov (#573)
* Delete .coveralls.yml * Update pipeline.yml * Update README.md
1 parent 659d0de commit 9f232ff

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.coveralls.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/pipeline.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
Up-scale python functions for high performance computing (HPC) with executorlib.

0 commit comments

Comments
 (0)