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
|
||||
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 }}
|
||||
|
Reference in New Issue
Block a user