We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ea7c0 commit 6cc1a4fCopy full SHA for 6cc1a4f
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Upload coverage report
36
if: github.ref == 'refs/heads/master'
37
- uses: coveralls/github-action@v2
+ uses: coverallsapp/github-action@v2
38
with:
39
format: "cobertura"
40
file: "TestResults/**/coverage.cobertura.xml"
0 commit comments