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 3459961 commit 0324ec6Copy full SHA for 0324ec6
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
run: dotnet test --no-build --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
27
28
- name: Publish coverage report to Coveralls
29
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2.2.3
30
with:
31
github-token: ${{ secrets.GITHUB_TOKEN }}
32
path-to-lcov: ./Bynder/Test/coverage.info
0 commit comments