-
Notifications
You must be signed in to change notification settings - Fork 11
Fix failing GitHub workflow tests #129
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #129 +/- ##
==========================================
+ Coverage 87.42% 87.43% +0.01%
==========================================
Files 48 48
Lines 8326 8335 +9
==========================================
+ Hits 7279 7288 +9
Misses 1047 1047
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Closing for now since tests no longer appear to be flaky. Re-open if issue persists. |
Reopening as this is still an issue. However, the current changes in this PR will likely not fix it. Needs more investigation. |
Closing as this is not occurring often. |
Reopening as this is happening much more frequently now. |
Disabled 4 tests that were failing 100% of the time on GitHub runners. Fixed temporary directory creation to use the runner's temporary directory. Also updated the workflow with newer versions for actions and split up large operations into multiple steps.