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

Fix code coverage #8663

Closed
wants to merge 11 commits into from
Closed

Conversation

kimadeline
Copy link

@kimadeline kimadeline commented Nov 19, 2019

For #8615

See

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Appropriate comments and documentation strings in the code
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • The wiki is updated with any design decisions/details.

@kimadeline kimadeline added the no-changelog No news entry required label Nov 19, 2019
@codecov-io

This comment has been minimized.

@kimadeline kimadeline mentioned this pull request Nov 20, 2019
10 tasks
@@ -481,5 +481,5 @@ steps:
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)
artifactName: $(Agent.JobName)
artifactName: 'coverage-output-$(Agent.Os)'
Copy link

Choose a reason for hiding this comment

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

This is based on the assumption that we'll only have coverage reports from 3 jobs (one for each OS).
In the past we had coverage reports from others tests as well, may have changed since, please double check.

Copy link
Author

Choose a reason for hiding this comment

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

That's what we have at the moment, I took this from the PublishBuildArtifacts@1 step in build/ci/templates/test_phases.yml

@kimadeline kimadeline closed this Nov 20, 2019
@kimadeline kimadeline reopened this Nov 20, 2019
@kimadeline kimadeline mentioned this pull request Nov 20, 2019
@kimadeline
Copy link
Author

AzDO stopped triggering builds for this PR 🤷‍♀ come over and take a look at #8694 instead.

@kimadeline kimadeline closed this Nov 21, 2019
@kimadeline kimadeline deleted the 8625-code-coverage branch November 22, 2019 18:20
@lock lock bot locked as resolved and limited conversation to collaborators Nov 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no-changelog No news entry required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants