We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97728e5 commit 4c3ff71Copy full SHA for 4c3ff71
.github/workflows/nunit-pipeline.yml
@@ -245,7 +245,7 @@ jobs:
245
run: dotnet build -c ${{ env.CONFIG }}
246
247
- name: Run NUnit Integration Tests
248
- uses: b3b00/coverlet-action@1.3.5-alpha2
+ uses: b3b00/coverlet-action@1.3.2
249
with:
250
testProject: ${{ env.M_NUNIT_PROJECT }}
251
output: ${{ env.NUNIT_INTEGRATION_COVERAGE_FILENAME }}
@@ -277,7 +277,7 @@ jobs:
277
278
279
- name: Run NUnit Real Integration Tests
280
281
282
testProject: ${{ env.M_RD_NUNIT_PROJECT }}
283
output: ${{ env.NUNIT_RD_INTEGRATION_COVERAGE_FILENAME }}
0 commit comments