From 551eac5d5a966bcae8b95f61781f5ceafb4bb6be Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 26 Jul 2019 11:06:07 -0400 Subject: [PATCH] Update release notes for testing changes --- .gitignore | 1 + RELEASENOTES.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index be77f6b..ee2dd02 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ BuiltTestResults.xml SourceTestResults.xml publish/* CodeCoverage.xml +scratch diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 33751db..4a6b468 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -10,3 +10,7 @@ * Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/36) where the Zerto Analytics Rest Request function was not checking for the token before attempting a connection. * Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/40) where the `Get-ZAVpg` method would return a 404 error when a `-vpgIdentifier` parameter was specified. + +### General Updates + +* Updated the way that tests are invoked and parsed to ensure that both source and built module files are tested. This will ensure that what is being shipped passes all tests along with testing of the source files.