Skip to content
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

set GitHub actions to treat warnings in test as errors #158

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

d-morrison
Copy link
Member

We have been missing a lot of important warnings thrown by testthat (currently 31 warnings). This PR changes the GitHub Actions settings so that those warnings become errors.

@d-morrison d-morrison requested a review from chrisorwa July 3, 2024 19:41
@d-morrison d-morrison added the bug an unexpected problem or unintended behavior label Jul 3, 2024
@d-morrison d-morrison added this to the v2.0 release milestone Jul 3, 2024
@d-morrison d-morrison linked an issue Jul 3, 2024 that may be closed by this pull request
@d-morrison
Copy link
Member Author

(this PR won't pass checks until we clear the issues with out-of-date function names (in a separate branch) and merge that into this one (probably going through main first)

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

@d-morrison d-morrison merged commit fa07e68 into main Jul 5, 2024
9 checks passed
@d-morrison d-morrison deleted the error-on-test-warning branch July 5, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clear all warnings from tests
2 participants