Skip to content

Conversation

@jonathimer
Copy link
Contributor

Congrats! We have onboarded AIOHTTP to LFX Insights, the Linux Foundation's platform for monitoring the world's most critical open-source projects.

https://insights.linuxfoundation.org/project/aiohttp

Congrats! We have onboarded AIOHTTP to LFX Insights, the Linux Foundation's platform for monitoring the world's most critical open-source projects.

https://insights.linuxfoundation.org/project/aiohttp
@codecov
Copy link

codecov bot commented Sep 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.80%. Comparing base (f8721eb) to head (901e5f1).
⚠️ Report is 5 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #11538   +/-   ##
=======================================
  Coverage   98.80%   98.80%           
=======================================
  Files         127      127           
  Lines       43380    43380           
  Branches     2326     2326           
=======================================
  Hits        42860    42860           
  Misses        370      370           
  Partials      150      150           
Flag Coverage Δ
CI-GHA 98.67% <ø> (ø)
OS-Linux 98.40% <ø> (ø)
OS-Windows 96.73% <ø> (ø)
OS-macOS 97.61% <ø> (ø)
Py-3.10.11 97.14% <ø> (+<0.01%) ⬆️
Py-3.10.18 97.64% <ø> (ø)
Py-3.11.13 97.83% <ø> (-0.01%) ⬇️
Py-3.11.9 97.33% <ø> (ø)
Py-3.12.10 97.44% <ø> (-0.01%) ⬇️
Py-3.12.11 97.93% <ø> (+<0.01%) ⬆️
Py-3.13.7 98.18% <ø> (-0.01%) ⬇️
Py-3.14.0-rc.3 98.14% <ø> (ø)
Py-3.14.0-rc.3t 97.21% <ø> (+<0.01%) ⬆️
Py-3.9.13 97.02% <ø> (ø)
Py-3.9.23 97.53% <ø> (+<0.01%) ⬆️
Py-pypy3.9.19-7.3.16 91.34% <ø> (+0.30%) ⬆️
VM-macos 97.61% <ø> (ø)
VM-ubuntu 98.40% <ø> (ø)
VM-windows 96.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codspeed-hq
Copy link

codspeed-hq bot commented Sep 23, 2025

CodSpeed Performance Report

Merging #11538 will not alter performance

Comparing jonathimer:patch-1 (901e5f1) with master (3a9120d)1

Summary

✅ 59 untouched

Footnotes

  1. No successful run was found on master (f8721eb) during the generation of this report, so 3a9120d was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@Dreamsorcerer Dreamsorcerer added backport-3.13 Trigger automatic backporting to the 3.13 release branch by Patchback robot bot:chronographer:skip This PR does not need to include a change note labels Oct 5, 2025
@Dreamsorcerer
Copy link
Member

I note that it seems to fail to find our license. Is this maybe because it doesn't include the full license text in the file?

@Dreamsorcerer Dreamsorcerer merged commit 6ae7c55 into aio-libs:master Oct 6, 2025
47 checks passed
@patchback
Copy link
Contributor

patchback bot commented Oct 6, 2025

Backport to 3.13: 💔 cherry-picking failed — conflicts found

❌ Failed to cleanly apply 6ae7c55 on top of patchback/backports/3.13/6ae7c55c9577a2a7f964a2466d438bc5c7c6446b/pr-11538

Backporting merged PR #11538 into master

  1. Ensure you have a local repo clone of your fork. Unless you cloned it
    from the upstream, this would be your origin remote.
  2. Make sure you have an upstream repo added as a remote too. In these
    instructions you'll refer to it by the name upstream. If you don't
    have it, here's how you can add it:
    $ git remote add upstream https://github.com/aio-libs/aiohttp.git
  3. Ensure you have the latest copy of upstream and prepare a branch
    that will hold the backported code:
    $ git fetch upstream
    $ git checkout -b patchback/backports/3.13/6ae7c55c9577a2a7f964a2466d438bc5c7c6446b/pr-11538 upstream/3.13
  4. Now, cherry-pick PR Add Linux Foundation Health Score badge to README #11538 contents into that branch:
    $ git cherry-pick -x 6ae7c55c9577a2a7f964a2466d438bc5c7c6446b
    If it'll yell at you with something like fatal: Commit 6ae7c55c9577a2a7f964a2466d438bc5c7c6446b is a merge but no -m option was given., add -m 1 as follows instead:
    $ git cherry-pick -m1 -x 6ae7c55c9577a2a7f964a2466d438bc5c7c6446b
  5. At this point, you'll probably encounter some merge conflicts. You must
    resolve them in to preserve the patch from PR Add Linux Foundation Health Score badge to README #11538 as close to the
    original as possible.
  6. Push this branch to your fork on GitHub:
    $ git push origin patchback/backports/3.13/6ae7c55c9577a2a7f964a2466d438bc5c7c6446b/pr-11538
  7. Create a PR, ensure that the CI is green. If it's not — update it so that
    the tests and any other checks pass. This is it!
    Now relax and wait for the maintainers to process your pull request
    when they have some cycles to do reviews. Don't worry — they'll tell you if
    any improvements are necessary when the time comes!

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

Dreamsorcerer pushed a commit that referenced this pull request Oct 6, 2025
Dreamsorcerer added a commit that referenced this pull request Oct 6, 2025
(cherry picked from commit 6ae7c55)

Co-authored-by: Jonathan Reimer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-3.13 Trigger automatic backporting to the 3.13 release branch by Patchback robot bot:chronographer:skip This PR does not need to include a change note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants