We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f275e1d commit c25313cCopy full SHA for c25313c
.github/workflows/dotnet-core.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Run Tests
43
run: dotnet test -c Release /p:VersionSuffix=${{ steps.set-vars.outputs.versionString }} --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput='./lcov.info'
44
- name: Upload test coverage
45
- uses: coverallsapp/github-action@v2.3.0
+ uses: coverallsapp/github-action@v2.3.1
46
with:
47
github-token: ${{ secrets.GITHUB_TOKEN }}
48
file: ./Disarm.Tests/lcov.info
0 commit comments