Skip to content

Commit

Permalink
squash bad coverage history
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Feb 16, 2024
1 parent 9565115 commit 037a5f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
branch = True
concurrency = multiprocessing
data_file = .test_reports/.coverage
source =
scilpy/
scripts/
relative_files = True
source_pkgs =
scilpy
scripts
omit =
scripts/tests/*.py
scilpy/tests/**/*.py
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@ jobs:
pytest --cov-report term-missing:skip-covered
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
name: scilpy-unittests-${{ github.run_id }}
verbose: true
directory: .test_reports/
fail_ci_if_error: true
root_dir: $GITHUB_WORKSPACE/scilpy/
plugin: pycoverage

- name: Upload test reports and coverage to artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit 037a5f1

Please sign in to comment.