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

Commit

Permalink
Ignore coverage warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Feb 17, 2022
1 parent af9b442 commit 1c53f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ jobs:
working-directory: ./src

- name: Prepare coverage results
if: always()
run: |
./venv/bin/python3 -m coverage combine src/.coverage/
./venv/bin/python3 -m coverage xml
- name: Upload coverage to codecov
if: always()
uses: codecov/codecov-action@v2
with:
files: ./src/coverage.xml
1 change: 1 addition & 0 deletions src/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ python_files = *_test.py
source = sage
concurrency = multiprocessing
data_file = .coverage/.coverage
disable_warnings = no-data-collected

0 comments on commit 1c53f6f

Please sign in to comment.