ci: enable codecov

This commit is contained in:
CrazyMax 2025-01-24 13:45:19 +01:00
parent 1c1443e784
commit 24b3f59caf
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -29,9 +29,9 @@ jobs:
uses: docker/bake-action@v6
with:
targets: test
# -
# name: Upload coverage
# uses: codecov/codecov-action@v5
# with:
# files: ./coverage/clover.xml
# token: ${{ secrets.CODECOV_TOKEN }}
-
name: Upload coverage
uses: codecov/codecov-action@v5
with:
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}