Skip to content

Commit

Permalink
Add code coverage to Azure Communication Services Phone Numbers (#35829)
Browse files Browse the repository at this point in the history
* Changes for SMS 1.1.2 -> 1.1.3

* Update livetest matrix to ensure there is code coverage.

* .

---------

Co-authored-by: Adrian Tang <[email protected]>
  • Loading branch information
whisper6284 and Adrian Tang authored Jul 11, 2023
1 parent fa12efa commit 0077cbe
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"SKIP_UPDATE_CAPABILITIES_LIVE_TESTS": "false",
"TestFromSource": false,
"TestGoals": "surefire:test",
"TestOptions": ""
"TestOptions": "",
"CoverageArg": "--disablecov"
},
"include": [
{
Expand All @@ -37,6 +38,7 @@
"TestFromSource": true,
"TestGoals": "verify",
"TestOptions": "-DskipCompile=true -DskipTestCompile=true -DcreateSourcesJar=false",
"CoverageArg": "",
"SKIP_UPDATE_CAPABILITIES_LIVE_TESTS": "false",
"AZURE_TEST_AGENT": "UBUNTU_2004_JAVA11"
},
Expand All @@ -52,6 +54,7 @@
"TestFromSource": false,
"TestGoals": "verify",
"TestOptions": "-DskipCompile=true -DskipTestCompile=true -DcreateSourcesJar=false",
"CoverageArg": "--disablecov",
"SKIP_UPDATE_CAPABILITIES_LIVE_TESTS": "false",
"AZURE_TEST_AGENT": "WINDOWS_2019_JAVA11"
}
Expand Down

0 comments on commit 0077cbe

Please sign in to comment.