Skip to content

Commit

Permalink
codecov deactivated
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Dec 17, 2024
1 parent d455abe commit fea318f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ jobs:
python -m pip install --upgrade pip
pip install .[dev]
coverage run -m pytest --doctest-modules --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
path_to_write_report: ./codecov_report.gz
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# flags: unittests
# name: codecov-umbrella
# fail_ci_if_error: true
# path_to_write_report: ./codecov_report.gz

0 comments on commit fea318f

Please sign in to comment.