ci: enable codecov

This commit is contained in:
CrazyMax
2025-01-24 13:45:19 +01:00
parent 1c1443e784
commit 24b3f59caf

View File

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