X Tutup
The Wayback Machine - https://web.archive.org/web/20221021161913/https://github.com/PowerShell/PowerShell/pull/3078
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

Make OpenCover merge and upload more reliable/usable #3078

Merged
merged 3 commits into from Feb 1, 2017

Conversation

adityapatwardhan
Copy link
Member

@adityapatwardhan adityapatwardhan commented Jan 31, 2017

  • Delete temporary zip file.
  • Remove CodeCov uploading through cygwin.
  • Add code to use Invoke-WebRequest to upload to Codecov
  • Wait for 1 build to start analysis.
  • Do not wait for CI.
  • Disable comments in PR.

- Delete temporary zip file.
- Remove CodeCov uploading through cygwin.
- Add code to use Invoke-WebRequest to upload to CodeCov
- Wait for 1 build to start analysis.
- Do not wait for CI.
- Disable comments in PR.
@PowerShellTeam PowerShellTeam added the Review - Needed The PR is being reviewed label Jan 31, 2017
@JamesWTruher
Copy link
Member

JamesWTruher commented Jan 31, 2017

$_

should this be redirected to the log file? #Resolved


Refers to: test/tools/CodeCoverageAutomation/Start-CodeCoverageRun.ps1:171 in f393084. [](commit_id = f393084, deletion_comment = False)

@adityapatwardhan
Copy link
Member Author

adityapatwardhan commented Jan 31, 2017

$_

Fixed.


In reply to: 276459249 [](ancestors = 276459249)


Refers to: test/tools/CodeCoverageAutomation/Start-CodeCoverageRun.ps1:171 in f393084. [](commit_id = f393084, deletion_comment = False)

@JamesWTruher
Copy link
Member

JamesWTruher commented Jan 31, 2017

:shipit:

@adityapatwardhan
Copy link
Member Author

adityapatwardhan commented Jan 31, 2017

@PowerShell/powershell-maintainers This is ready for merge.

@TravisEz13 TravisEz13 changed the title Open cover merge change and CodeCov settings Make OpenCover merge and upload more reliable/usable Feb 1, 2017
@TravisEz13
Copy link
Member

TravisEz13 commented Feb 1, 2017

LGTM, except the title, I changed...

@TravisEz13 TravisEz13 merged commit 9ab8c6d into PowerShell:master Feb 1, 2017
@adityapatwardhan adityapatwardhan deleted the OpenCoverMerge branch Feb 2, 2017
@iSazonov iSazonov removed the Review - Needed The PR is being reviewed label Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants
X Tutup