Skip to content

Commit

Permalink
Include hidden files in coverage uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Dec 18, 2024
1 parent 6e728af commit 1842f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}
path: .coverage.${{ matrix.os }}.${{ matrix.python-version }}
if-no-files-found: error
include-hidden-files: true

coverage:
name: report coverage
Expand Down

0 comments on commit 1842f9c

Please sign in to comment.