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

Add Code Coverage Reports #259

Merged
merged 4 commits into from
Sep 25, 2019
Merged

Add Code Coverage Reports #259

merged 4 commits into from
Sep 25, 2019

Conversation

vexx32
Copy link
Owner

@vexx32 vexx32 commented Sep 24, 2019

PR Summary

Generate and publish code coverage reports to Azure Pipelines.

Context

Resolves #258

Changes

  • Add CodeCoverage generation to Psake test step
  • Add Azure pipelines steps to generate coverage reports
  • Add overall coverage % button to README.md

Checklist

  • Pull Request has a meaningful title.
  • Summarised changes.
  • Pull Request is ready to merge & is not WIP.
  • Added tests / only testable interactively.
    • Make sure you add a new test if old tests do not effectively test the code changed.
  • Added documentation / opened issue to track adding documentation at a later date.

@vexx32 vexx32 added PR-Needs-Review 🔍 Let's take a closer look! Category-Build 🚀 Modifies the build / deployment system labels Sep 24, 2019
@vexx32 vexx32 force-pushed the CodeCoverage branch 3 times, most recently from 1833954 to 7420167 Compare September 25, 2019 01:23
🚧 Adjust yaml step

🚧 get all script files for coverage

🚀 Exclude koans files from code coverage

🚀 Add report generation to code cov

🚀 Add variable for source folders
@vexx32 vexx32 merged commit 11d0143 into master Sep 25, 2019
@vexx32 vexx32 deleted the CodeCoverage branch September 25, 2019 02:49
@vexx32 vexx32 removed the PR-Needs-Review 🔍 Let's take a closer look! label Sep 25, 2019
thomasrayner pushed a commit to thomasrayner/PSKoans that referenced this pull request Oct 23, 2019
* 🚀 Add code coverage generation to build

* 🚀 Update build steps to publish code coverage

🚧 Adjust yaml step

🚧 get all script files for coverage

🚀 Exclude koans files from code coverage

🚀 Add report generation to code cov

🚀 Add variable for source folders

* 🚀 Tidy up yaml

* 📝 Add coverage badge to readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category-Build 🚀 Modifies the build / deployment system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI Tests - Publish Code Coverage via Azure
1 participant