Skip to content

Commit

Permalink
Merge pull request #832 from MetOffice/827_fix_coverage_upload
Browse files Browse the repository at this point in the history
Upload hidden coverage files to fix GitHub Actions breakage
  • Loading branch information
jfrost-mo authored Sep 16, 2024
2 parents 4d37d54 + fa6a618 commit b8ce07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
name: coverage-data-${{ matrix.py-ver }}
path: .coverage.*
retention-days: 1
include-hidden-files: true

coverage-report:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit b8ce07a

Please sign in to comment.