Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
disable codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 26, 2022
1 parent bcec01d commit 65aad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pip install -e .
coverage run -m pytest -svv mailerlite # Run the tests and check for test coverage.
coverage report -m # Generate test coverage report.
codecov # Upload the report to codecov
# codecov # Upload the report to codecov
- name: Test with pytest
if: ${{ matrix.python-version != '3.8' && matrix.os != 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit 65aad0e

Please sign in to comment.