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.
1 parent ea3c4d9 commit 0883c80Copy full SHA for 0883c80
.github/workflows/test-coverage.yaml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
env:
15
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
16
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17
18
steps:
19
- uses: actions/checkout@v4
0 commit comments