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

Ignore NEWS snippets in code coverage stats #18194

Merged
merged 1 commit into from
Jan 27, 2020

Conversation

ncoghlan
Copy link
Contributor

In trying to work out what was wrong with the code coverage stats on #18066,
I realised we weren't ignoring the Misc/NEWS.d subdirectory correctly.

Copy link
Member

@shihai1991 shihai1991 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@ncoghlan ncoghlan merged commit 7023288 into python:master Jan 27, 2020
@ncoghlan ncoghlan deleted the ignore-misc-subdirs-in-codecov branch January 27, 2020 16:05
@vstinner
Copy link
Member

If coverage tests are run on other branches, you may want to backport your change to 3.7 and 3.8.

@miss-islington
Copy link
Contributor

Thanks @ncoghlan for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @ncoghlan for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @ncoghlan, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 7023288dc500008609e7a4d12ae710c2093c3fc6 3.8

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 27, 2020
(cherry picked from commit 7023288)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
@bedevere-bot
Copy link

GH-18200 is a backport of this pull request to the 3.7 branch.

@ncoghlan
Copy link
Contributor Author

Good point!

@miss-islington
Copy link
Contributor

Thanks @ncoghlan for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 27, 2020
(cherry picked from commit 7023288)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
@bedevere-bot
Copy link

GH-18201 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Jan 27, 2020
(cherry picked from commit 7023288)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
miss-islington added a commit that referenced this pull request Jan 27, 2020
(cherry picked from commit 7023288)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants