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.
2 parents 7520612 + 3e61968 commit 0d670edCopy full SHA for 0d670ed
README.md
@@ -39,7 +39,7 @@ jobs:
39
pytest --cov --cov-report=xml
40
41
- name: Upload coverage to CodeAnt AI
42
- uses: CodeAnt-AI/codeant-coverage-action@v0.0.1
+ uses: CodeAnt-AI/codeant-coverage-action@v0.0.5
43
with:
44
access_token: ${{ secrets.ACCESS_TOKEN_GITHUB }}
45
coverage_file: coverage.xml
@@ -49,7 +49,7 @@ jobs:
49
50
```yaml
51
52
53
54
55
coverage_file: coverage.json
0 commit comments