-
Notifications
You must be signed in to change notification settings - Fork 126
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
ci(sanitize): downgrade to ubuntu v22.04 #2353
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2353 +/- ##
==========================================
- Coverage 95.29% 95.29% -0.01%
==========================================
Files 114 114
Lines 36844 36844
Branches 36844 36844
==========================================
- Hits 35110 35109 -1
- Misses 1728 1729 +1
Partials 6 6 ☔ View full report in Codecov by Sentry. |
ba9f34d
to
21934b6
Compare
Co-authored-by: Lars Eggert <lars@eggert.org> Signed-off-by: Max Inden <mail@max-inden.de>
@larseggert I will create a pull request against mozilla/mtu. |
Failed Interop TestsQUIC Interop Runner, client vs. server, differences relative to 085fa62. neqo-latest as client
neqo-latest as server
All resultsSucceeded Interop TestsQUIC Interop Runner, client vs. server neqo-latest as client
neqo-latest as server
Unsupported Interop TestsQUIC Interop Runner, client vs. server neqo-latest as client
neqo-latest as server
|
@larseggert also needs a CI override, given the codecov failure. Can you merge here manually? |
I can. Got a pointer to the CodeCov failure? Want to know what is causing it... |
@larseggert here is the failure: https://app.codecov.io/gh/mozilla/neqo/commit/c3ecaa666ffe27eb022044d4a452eb09f006f604 I don't understand why it is reporting a reduction in coverage. For the record, here are Neqo's and MTU's config files: |
Do you have a link to the CI runs that did or attempted the codecov data upload? Those are usually the issue when there are codecov problems. |
This reverts commit c3ecaa6.
Hope to fix https://github.com/mozilla/neqo/actions/runs/12745725202/job/35520285659?pr=2352.
See related upstream issue: rust-lang/rust#111073 (comment)