Skip to content

Commit

Permalink
remove codecov from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gregordecristoforo committed Apr 30, 2024
1 parent 7c2e6c1 commit ca4f1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
python-version: [3.9]
pip-packages:
- "setuptools pip pytest pytest-cov coverage codecov mypy"
- "setuptools pip pytest mypy"
fail-fast: false

steps:
Expand All @@ -45,6 +45,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
pytest -v --cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
pytest
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
![Tests](https://github.com/uit-cosmo/xFELTOR/actions/workflows/workflow.yml/badge.svg)
[![Sourcery](https://img.shields.io/badge/Sourcery-enabled-brightgreen)](https://sourcery.ai)
[![codecov](https://codecov.io/gh/uit-cosmo/xFELTOR/branch/main/graph/badge.svg?token=X5056EG1CR)](https://codecov.io/gh/uit-cosmo/xFELTOR)
# xFELTOR
xFELTOR provides an interface for collecting the output data from a
[FELTOR](https://github.com/feltor-dev/feltor) simulation into an
Expand Down

0 comments on commit ca4f1e1

Please sign in to comment.