mirror of
https://github.com/docker/setup-compose-action.git
synced 2025-06-19 17:57:16 +02:00
ci: enable codecov
This commit is contained in:
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user