Skip to content

Commit

Permalink
Merge pull request cfpb#85 from cfpb/fix/coverage-upload-hidden-files
Browse files Browse the repository at this point in the history
Fix missing coverage files in GitHub Actions
  • Loading branch information
chosak authored Sep 23, 2024
2 parents 6a81357 + f63c2a7 commit 8d75299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
name: coverage-${{ matrix.python }}-${{ matrix.django }}-${{ matrix.wagtail }}
path: .coverage.*
include-hidden-files: true

coverage:
name: coverage
Expand Down

0 comments on commit 8d75299

Please sign in to comment.