Browse Source

Fix missing quote

af/merge-core
James Jackson-South 6 years ago
parent
commit
8bce5f26ab
  1. 2
      .github/workflows/build-and-test.yml

2
.github/workflows/build-and-test.yml

@ -60,7 +60,7 @@ jobs:
- name: Test with Coverage
if: matrix.opts.cover == true
run: dotnet test **/*tests/*.csproj -c Release -f "${{matrix.opts.framework}} -r "${{matrix.opts.runtime}}" --no-build --filter Sandbox /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
run: dotnet test **/*tests/*.csproj -c Release -f "${{matrix.opts.framework}}" -r "${{matrix.opts.runtime}}" --no-build --filter Sandbox /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
- name: Update Codecov
uses: iansu/codecov-action-node@v1.0.0

Loading…
Cancel
Save