-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix CI link and typo in setup.py #5274
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5274 +/- ##
=======================================
Coverage 97.54% 97.54%
=======================================
Files 43 43
Lines 8806 8809 +3
Branches 1415 1415
=======================================
+ Hits 8590 8593 +3
Misses 101 101
Partials 115 115
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
💔 Backport was not successfulThe PR was attempted backported to the following branches:
|
(cherry picked from commit 1879aa1) Co-authored-by: Andrew Svetlov <[email protected]>
@@ -100,7 +100,7 @@ def read(f): | |||
url="https://github.com/aio-libs/aiohttp", | |||
project_urls={ | |||
"Chat: Gitter": "https://gitter.im/aio-libs/Lobby", | |||
"CI: Azure Pipelines": "https://dev.azure.com/aio-libs/aiohttp/_build", | |||
"CI: GitHub Actions": "https://github.com/aio-libs/aiohttp/actions?query=workflow%3ACI", # noqa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I normally add a filter for the master branch, otherwise, it'll also list runs from PR branches that may originate from upstream but aren't ready..
No description provided.