We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3590a9 commit 0b8dc6bCopy full SHA for 0b8dc6b
1 file changed
.github/workflows/main.yml
@@ -37,10 +37,12 @@ jobs:
37
- name: Run tests
38
run: python -m pytest -q --cov=src/commit_check_mcp --cov-report=xml
39
40
- - name: Upload coverage
+ - name: Upload coverage reports to Codecov
41
if: matrix.python-version == '3.12'
42
uses: codecov/codecov-action@v5
43
with:
44
+ token: ${{ secrets.CODECOV_TOKEN }}
45
+ slug: commit-check/commit-check-mcp
46
files: ./coverage.xml
47
48
build:
0 commit comments