Skip to content

Commit

Permalink
Removed codecov from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikDurdevic committed Jul 21, 2023
1 parent dc7fc6a commit 8552628
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,4 @@ jobs:
- name: Install core deps
run: python -m pip install ".[test]"
- name: Run unit tests
run: make tests
- name: Upload code coverage report
if: ${{ matrix.python-version == '3.11' }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: ${{ github.workspace }}/coverage.xml
verbose: true
run: make tests

0 comments on commit 8552628

Please sign in to comment.