Skip to content

Commit bd44ecc

Browse files
authored
Switch to codecov (#388)
* Delete .coveralls.yml * Update pipeline.yml * Update README.md
1 parent e9d3f89 commit bd44ecc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.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
@@ -71,8 +71,10 @@ jobs:
7171
- name: Collect Coverage
7272
shell: bash -l {0}
7373
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 }}
7678

7779
minimal:
7880
needs: [black]
@@ -235,4 +237,4 @@ jobs:
235237
run: gh pr merge --auto --squash "$PR_URL"
236238
env:
237239
PR_URL: ${{github.event.pull_request.html_url}}
238-
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
240+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Pipeline](https://github.com/pyiron/pysqa/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pyiron/pysqa/actions/workflows/pipeline.yml)
44
[![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)
66
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyiron/pysqa/HEAD?labpath=example_config.ipynb)
77

88
High-performance computing (HPC) does not have to be hard. In this context the aim of the Python Simple Queuing System

0 commit comments

Comments
 (0)