Merge pull request #10 from dAppCore/dev
fix: add Codecov token to CI workflow
This commit is contained in:
commit
76f8ae41b9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -21,3 +21,4 @@ jobs:
|
|||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: coverage.out
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue