Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Oct 3, 2024
1 parent a2bfb63 commit f9db365
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ matrix.python-version }}
path: '${{ github.workspace }}/.coverage*'
path: '.coverage*'

coverage:
name: Coverage
Expand All @@ -74,7 +74,6 @@ jobs:
- name: Download data
uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}
pattern: coverage-data-*
merge-multiple: true

Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ omit =
test_project/*
source =
explorer
data_file = coverage-data-

[coverage:paths]
source =
Expand Down

0 comments on commit f9db365

Please sign in to comment.