This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Add correct test coverage branch detection#12551
Merged
marcoabreu merged 1 commit intoapache:masterfrom Sep 18, 2018
Merged
Conversation
fdc0b76 to
143d0a8
Compare
143d0a8 to
3ec2c32
Compare
lebeg
approved these changes
Sep 18, 2018
szha
approved these changes
Sep 18, 2018
Member
|
how do you intend to test? |
Contributor
Author
|
I test by looking into the report that's being created. For example, if you look at http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-12563/12/pipeline/958/ (that's another PR, I just picked a random one), you can see the following output: The last line contains a link to the report. Here you can see that it points to d8c51e5, but that runs' commit is actually 'd6f3b93ccb1b755c6f19660ec7617f2a9bef5f85'. To validate, I will make sure that these two hashes are equal. |
anirudh2290
pushed a commit
to anirudh2290/mxnet
that referenced
this pull request
Sep 19, 2018
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR adds explicit commit, branch and PR detection and thus overrides the auto-detection of CodeCov. This is due to the fact that our merging strategy creates a temporary commit. CodeCov is not able to properly reference that temporary merge commit back to the PR.
Fixes #12564