[4.6] Publish GitHub release notes after deployment#5767
Merged
nicoddemus merged 5 commits intopytest-dev:4.6-maintenancefrom Aug 20, 2019
Merged
[4.6] Publish GitHub release notes after deployment#5767nicoddemus merged 5 commits intopytest-dev:4.6-maintenancefrom
nicoddemus merged 5 commits intopytest-dev:4.6-maintenancefrom
Conversation
Publish GitHub release notes after deployment
Use TRAVIS_REPO_SLUG instead of hard-coding pytest-dev/pytest
Forward $TRAVIS_REPO_SLUG for GH publish notes
Codecov Report
@@ Coverage Diff @@
## 4.6-maintenance #5767 +/- ##
===================================================
+ Coverage 95.92% 96.17% +0.24%
===================================================
Files 115 115
Lines 26553 26553
Branches 2615 2615
===================================================
+ Hits 25472 25537 +65
+ Misses 755 710 -45
+ Partials 326 306 -20
Continue to review full report at Codecov.
|
Avoid upgrading pip because it is giving this error on py34: Requirement already up-to-date: pip in c:\hostedtoolcache\windows\python\3.4.4\x64\lib\site-packages (19.2.1) ERROR: Package 'pip' requires a different Python: 3.4.4 not in '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' [error]Cmd.exe exited with code '1'.
Member
Author
|
Had to stop upgrading Link: https://pytest-dev.visualstudio.com/pytest/_build/results?buildId=2062 |
Member
Author
|
Travis failed due to coverage being down. Because Travis passed in the previous commit, and the last commit only touched |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of the following PRs: #5723, #5740, and #5750.