We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415c957 commit c6f788dCopy full SHA for c6f788d
1 file changed
.github/workflows/ubuntu.yml
@@ -385,6 +385,7 @@ jobs:
385
uses: codecov/codecov-action@v5.5.1
386
with:
387
files: coverage.xml
388
+ token: ${{ secrets.CODECOV_TOKEN }}
389
- name: Upload coverage report artifact
390
id: upload-cov
391
uses: actions/upload-artifact@v4
0 commit comments