Skip to content

Commit 31a061c

Browse files
authored
improve github action
1 parent fe27801 commit 31a061c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ jobs:
2727
sh tests/run_basics.sh
2828
- name: Codecov
2929
uses: codecov/codecov-action@v2
30+
with:
31+
token: ${{ secrets.CODECOV_TOKEN }}
32+
verbose: true

0 commit comments

Comments
 (0)