mirror of
https://github.com/docker/setup-compose-action.git
synced 2025-04-24 00:10:02 +02:00
ci: enable codecov
This commit is contained in:
parent
1c1443e784
commit
24b3f59caf
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user