We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3820ddb commit 55374feCopy full SHA for 55374fe
1 file changed
README.md
@@ -17,7 +17,7 @@ To integrate with this Github Action, you can just use following configuration i
17
```yml
18
- name: Generate Code Coverage report
19
id: code-coverage
20
- uses: barecheck/code-coverage-action@0.3.3
+ uses: barecheck/code-coverage-action@v0.3.3
21
with:
22
github-token: ${{ secrets.GITHUB_TOKEN }}
23
lcov-file: "./coverage/lcov.info"
0 commit comments