Skip to content

Commit

Permalink
Merge pull request #1666 from pyiron/codecov
Browse files Browse the repository at this point in the history
Switch to codecov
  • Loading branch information
jan-janssen authored Feb 11, 2025
2 parents ac0f008 + 833cba4 commit ae73289
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,11 @@ jobs:
pip install . --no-deps --no-build-isolation
coverage run --omit="pyiron_atomistics/_version.py,tests/*" -m unittest discover tests
coverage xml
- name: Coveralls
- name: Upload coverage reports to Codecov
if: matrix.label == 'linux-64-py-3-12'
uses: coverallsapp/github-action@v2
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

unittest_old:
needs: [black]
Expand Down Expand Up @@ -231,4 +233,4 @@ jobs:
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# pyiron_atomistics

[![codecov](https://codecov.io/gh/pyiron/pyiron_atomistics/graph/badge.svg?token=lM9AE7780p)](https://codecov.io/gh/pyiron/pyiron_atomistics)
[![Pipeline](https://github.com/pyiron/pyiron_atomistics/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pyiron/pyiron_atomistics/actions/workflows/pipeline.yml)
![Anaconda](https://anaconda.org/conda-forge/pyiron_atomistics/badges/downloads.svg)
![Release](https://anaconda.org/conda-forge/pyiron_atomistics/badges/latest_release_date.svg)
Expand Down

0 comments on commit ae73289

Please sign in to comment.