Skip to content

Fix pytest by including hidden files #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

sophiagavrila
Copy link
Contributor

This PR adds include-hidden-files: true to the pytest.yaml which allows us to properly run py-cov-action. This line is necessary since as of September 2, 2024, hidden files (like .coverage.* files) won't be uploaded by default using the upload-artifact action. See for reference: https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/

Here is an issue that outlines this fix in the py-cov-action repo: py-cov-action/python-coverage-comment-action#472.

Copy link

github-actions bot commented Oct 7, 2024

Coverage report

This PR does not seem to contain any modification to coverable code.

@sophiagavrila sophiagavrila marked this pull request as ready for review October 7, 2024 13:00
@sophiagavrila sophiagavrila requested a review from a team as a code owner October 7, 2024 13:00
@sophiagavrila
Copy link
Contributor Author

Closing this as it's a super minor change. The branch can be restored and merged into another PR if needed! This is a straightforward fix to address some CI failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant