We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caee7d6 commit c138007Copy full SHA for c138007
.github/workflows/ci.yml
@@ -30,3 +30,6 @@ jobs:
30
31
- name: Upload coverage to Codecov
32
uses: codecov/codecov-action@v4
33
+ with:
34
+ token: ${{ secrets.CODECOV_TOKEN }} # required
35
+ verbose: true # optional (default = false)
0 commit comments