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 5dd85b4 commit 033f458Copy full SHA for 033f458
.github/workflows/dotnetcore-build.yml
@@ -37,7 +37,7 @@ jobs:
37
run: ./scripts/check-coverage.ps1 -reportPath coveragereport/Cobertura.xml -threshold 93
38
39
- name: Coveralls GitHub Action
40
- uses: coverallsapp/[email protected].0
+ uses: coverallsapp/[email protected].6
41
if: ${{ github.event_name == 'push' }}
42
with:
43
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments