We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ea17b commit 14f6bf7Copy full SHA for 14f6bf7
1 file changed
.github/workflows/test.yml
@@ -45,6 +45,7 @@ jobs:
45
- name: Upload coverage to Codecov
46
uses: codecov/codecov-action@v3
47
with:
48
+ token: ${{ secrets.CODECOV_TOKEN }}
49
files: lcov.info
50
fail_ci_if_error: true
51
slug: TimelessOS/LCAS
0 commit comments