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

tmp #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

tmp #210

wants to merge 1 commit into from

Conversation

greshilov
Copy link
Owner

What do these changes do?

Are there changes in behavior for the user?

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> for example (588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the pr
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files."

@greshilov greshilov force-pushed the fix-ci branch 3 times, most recently from 9f66c25 to 3856480 Compare May 17, 2022 20:25
@codecov-commenter
Copy link

codecov-commenter commented May 17, 2022

Codecov Report

Merging #210 (28226bc) into master (4c663a2) will decrease coverage by 3.73%.
The diff coverage is 89.71%.

@@            Coverage Diff             @@
##           master     #210      +/-   ##
==========================================
- Coverage   97.17%   93.44%   -3.74%     
==========================================
  Files          41      104      +63     
  Lines        8865    30627   +21762     
  Branches     1425     3076    +1651     
==========================================
+ Hits         8615    28619   +20004     
- Misses        133     1838    +1705     
- Partials      117      170      +53     
Flag Coverage Δ
unit 93.36% <89.44%> (-3.71%) ⬇️

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

Impacted Files Coverage Δ
aiohttp/__init__.py 100.00% <ø> (ø)
aiohttp/client_ws.py 21.96% <0.00%> (ø)
aiohttp/pytest_plugin.py 97.48% <ø> (ø)
aiohttp/tcp_helpers.py 100.00% <ø> (ø)
aiohttp/web_ws.py 19.74% <0.00%> (ø)
aiohttp/worker.py 26.98% <0.00%> (-67.94%) ⬇️
tests/test_worker.py 22.44% <0.00%> (ø)
aiohttp/client.py 24.83% <8.10%> (ø)
tests/autobahn/test_autobahn.py 38.33% <38.33%> (ø)
aiohttp/web_runner.py 92.34% <60.00%> (-5.41%) ⬇️
... and 142 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08ca779...28226bc. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants