Skip to content

Commit

Permalink
drop codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanbconaway committed Nov 21, 2023
1 parent bbe61a0 commit edd3e61
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,4 @@ jobs:
run: black src test --check --verbose

- name: Pytest
run: pytest --verbose --cov=./ --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.2
with:
token: ${{secrets.CODECOV_TOKEN}}
name: ${{matrix.python-version}}
file: ./coverage.xml
continue-on-error: true # I don't care THAT much about codecov
run: pytest --verbose
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Python MTA Utilities

[![badge](https://github.com/nolanbconaway/underground/workflows/Push/badge.svg)](https://github.com/nolanbconaway/underground/actions)
[![codecov](https://codecov.io/gh/nolanbconaway/underground/graph/badge.svg?token=sK4mUxBVcD)](https://codecov.io/gh/nolanbconaway/underground)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/underground)](https://pypi.org/project/underground/)
[![PyPI](https://img.shields.io/pypi/v/underground)](https://pypi.org/project/underground/)

Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"pytest==7.*",
"tox==4.*",
"black==23.*",
"pytest-cov==4.*",
"codecov==2.*",
"requests-mock==1.*",
]

Expand Down

0 comments on commit edd3e61

Please sign in to comment.