Skip to content

Commit

Permalink
Revert "Add coverage report to CI (#286)"
Browse files Browse the repository at this point in the history
This reverts commit 0d7a0ec.

Codecov is reporting the wrong thing. This is blocking the release process.
  • Loading branch information
lynnagara committed Sep 26, 2023
1 parent 0d7a0ec commit 87a5961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,4 @@ jobs:
python -m pip install --upgrade pip
make install
- name: Run tests
run: pytest -vv --cov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: pytest -vv
1 change: 0 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pytest==7.1.2
pytest-benchmark==4.0.0
pytest-cov==4.1.0
mypy==0.961

0 comments on commit 87a5961

Please sign in to comment.