fix: add Codecov token to CI workflow

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-21 09:12:39 +00:00
parent 01135ac8bd
commit b01b7f4d88

View file

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