Skip to content

Commit

Permalink
housekeeping: swap to using %2c for comma
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Oct 14, 2020
1 parent 93388fe commit b008d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
working-directory: src

- name: Run Unit Tests
run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=\"cobertura,json\" /p:MergeWith="../../artifacts/coverage/coverage.json" /p:CoverletOutput="../../artifacts/coverage/" /p:Include="[${{env.productNamespacePrefix}}*]*" /p:Exclude="[${{env.productNamespacePrefix}}*Tests.*]*" /m:1
run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutputFormat="cobertura%2cjson" /p:MergeWith="../../artifacts/coverage/coverage.json" /p:CoverletOutput="../../artifacts/coverage/" /p:Include="[${{env.productNamespacePrefix}}*]*" /p:Exclude="[${{env.productNamespacePrefix}}*Tests.*]*" /m:1
working-directory: src

- name: Upload Code Coverage
Expand Down

0 comments on commit b008d09

Please sign in to comment.