-
Notifications
You must be signed in to change notification settings - Fork 9
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
Test GH Actions using ubuntu-20.04
rather than ubuntu-latest
#257
Conversation
Codecov ReportBase: 86.85% // Head: 84.90% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #257 +/- ##
==========================================
- Coverage 86.85% 84.90% -1.95%
==========================================
Files 34 35 +1
Lines 7440 8335 +895
==========================================
+ Hits 6462 7077 +615
- Misses 978 1258 +280
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Conformance comparison report
Number passing in both: 349 Number failing in both: 1303 Number passing in main but now fail: 0 Number failing in main but now pass: 912 The following test(s) were previously failing but now pass. Before merging, confirm they are intended to pass:
|
Closed as switching to |
Not meant to be formally reviewed. Demonstrates fix to GH Actions builds in last commit 7683d31.
Test GH Actions using
ubuntu-20.04
rather thanubuntu-latest
. Similar issue: actions/runner-images#6709. For some reason usingubuntu-latest
(which uses 22.04) has caused some timeouts with some of the longer tests. Manually setting the ubuntu test version back to 20.04 should hopefully resolve this issue.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.