chore: add codecov
Some checks failed
Test Branch / test (push) Has been cancelled

This commit is contained in:
Kevin Franklin Kim 2025-09-19 08:19:38 +02:00
parent 6c126a5956
commit 7e1298b21b
No known key found for this signature in database

View File

@ -52,4 +52,7 @@ jobs:
make examples
git diff --exit-code
- uses: codecov/codecov-action@v5
with:
files: ./coverage.out
token: ${{ secrets.CODECOV_TOKEN }}