Skip to content

Commit

Permalink
no codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jan 19, 2025
1 parent 7d08e7b commit 632a538
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,3 @@ jobs:
- name: Test with pytest
run: |
pytest --cov --cov-report=xml -r sx
- name: Report core project coverage with Codecov
if: >-
github.event_name != 'schedule'
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./coverage.xml
flags: unittests-python-${{ matrix.python-version }}
name: pyfeyn2
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 632a538

Please sign in to comment.