-
Notifications
You must be signed in to change notification settings - Fork 54
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
xFailOverCluster: Added CodeCov plus Opt-in for common tests #65
Conversation
- Added CodeCov and opt-in for all common tests (issue dsccommunity#41). - Fixed typo in README.md.
- Fixed lint rule MD013 in CHANGELOG.md.
- Added CodeCov badge to README.md
- Changes to xFailOverCluster - Removed example from README.md (issue dsccommunity#42). Changes to xCluster - Added examples - 1-CreateFirstNodeOfAFailoverCluster.ps1 - 2-JoinAdditionalNodeToFailoverCluster.ps1 - 3-CreateFailoverClusterWithTwoNodes.ps1 (this is the example from README.md) - Changes to xWaitForCluster - Added example - 1-WaitForFailoverClusterToBePresent.ps1
- Opt-in for example test
Fixed failing test for the example '3-CreateFailoverClusterWithTwoNodes' by commented the line 'CertificateFile'.
Fixed failing test for the example '3-CreateFailoverClusterWithTwoNodes' by adding parameter 'PSDscAllowPlainTextPassword'.
- Fixed typo in filename for ISSUE\_TEMPLATE. Was 'ISSUE\_TEMPLATE', now it is correctly 'ISSUE\_TEMPLATE.md'.
- Fixed lint rule MD013 in README.md.
Fixed typo in xCluster parameter description.
- Changes to xCluster - Added links to examples from README.md - Changes to xWaitForCluster - Added link to example from README.md
- Fixed lint rule MD024 in README.md.
- Fixed lint rule MD032 in README.md.
- Opt-in for markdown test
@johlju, |
Codecov Report
@@ Coverage Diff @@
## dev #65 +/- ##
===================================
Coverage ? 57%
===================================
Files ? 6
Lines ? 293
Branches ? 0
===================================
Hits ? 168
Misses ? 125
Partials ? 0 |
@bgelens Would you mind reviewing this one when you got a chance. 😄 |
Done. Sorry for the delay! Not had a lot of time this weekend :) Reviewed 12 of 12 files at r1. .gitignore, line 3 at r1 (raw file):
Won't this make adding the vscode style rules difficult in the future? appveyor.yml, line 7 at r1 (raw file):
This is not stated on your PR description is it? CHANGELOG.md, line 51 at r1 (raw file):
Not sure if it's worth mentioning, but the changes to appveyor.yml are not in here Comments from Reviewable |
No worries :) I get this comments fixed. Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. .gitignore, line 3 at r1 (raw file): Previously, bgelens (Ben Gelens) wrote…
Not difficult. To change, you have to do the following
The downside not to have this in the .gitignore file is that we would get a lot of .vscode files in the PR's that we didn't want. appveyor.yml, line 7 at r1 (raw file): Previously, bgelens (Ben Gelens) wrote…
Fixing the PR description. Yes, PSDscResources uses this, so this is the new default. All repos should change to this, or to the "Harness" model that for example SharePointDsc is using which also allows "auto" Wiki documentation. But then the folder structure need to change as well. "Harness" is not the default. CHANGELOG.md, line 51 at r1 (raw file): Previously, bgelens (Ben Gelens) wrote…
Yes, absolutely. Fixing that 😄 Comments from Reviewable |
Review status: 10 of 11 files reviewed at latest revision, 3 unresolved discussions. .gitignore, line 3 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Let me know if you want me to exclude it. appveyor.yml, line 7 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. CHANGELOG.md, line 51 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Comments from Reviewable |
Reviewed 1 of 1 files at r2. .gitignore, line 3 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
OK No I'm fine with the inclusion. Just wanted to check. Comments from Reviewable |
@bgelens btw, don't be sorry for asking. Happy to answer any questions. 😄 |
Just being polite 😉 |
Okay good 😉 Merging this one. |
Pull Request (PR) description
correctly 'ISSUE_TEMPLATE.md'.
module in DscResource.Tests (AppVeyor.psm1).
This Pull Request (PR) fixes the following issues:
Fixes #41
Fixes #42
Task list:
This change is