We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe27801 commit 31a061cCopy full SHA for 31a061c
1 file changed
.github/workflows/build.yml
@@ -27,3 +27,6 @@ jobs:
27
sh tests/run_basics.sh
28
- name: Codecov
29
uses: codecov/codecov-action@v2
30
+ with:
31
+ token: ${{ secrets.CODECOV_TOKEN }}
32
+ verbose: true
0 commit comments