Merge pull request #10 from dAppCore/dev

fix: add Codecov token to CI workflow
This commit is contained in:
Snider 2026-03-21 09:13:42 +00:00 committed by GitHub
commit 76f8ae41b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,3 +21,4 @@ jobs:
uses: codecov/codecov-action@v5
with:
files: coverage.out
token: ${{ secrets.CODECOV_TOKEN }}