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 5b5b74e commit f14fc8bCopy full SHA for f14fc8b
.github/workflows/CI.yaml
@@ -53,4 +53,4 @@ jobs:
53
uses: codecov/codecov-action@v3
54
with:
55
files: lcov.info
56
- token: ${{ secerets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments