- Notifications
You must be signed in to change notification settings - Fork673
feat: add release links API support#1314
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Helps getting the real state of the project from the server.
codecov-io commentedFeb 21, 2021
Codecov Report
@@ Coverage Diff @@## master #1314 +/- ##==========================================+ Coverage 80.67% 80.76% +0.08%========================================== Files 68 69 +1 Lines 3607 3623 +16 ==========================================+ Hits 2910 2926 +16 Misses 697 697
Flags with carried forward coverage won't be shown.Click here to find out more.
Continue to review full report at Codecov.
|
Thanks for the PR! |
hubidubi13 commentedFeb 21, 2021
Awesome! Thanks! |
Closes#1297
This splits a few things out:
tags.py
into own module and adds release linksprojects.rst
into own module in the docs as wellAlso made Project refreshable for convenience in functional tests but kept in a separate commit just in case (see#1313)