ci: disable codecov for now
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -23,8 +23,8 @@ jobs:
|
|||||||
uses: docker/bake-action@v2
|
uses: docker/bake-action@v2
|
||||||
with:
|
with:
|
||||||
targets: test
|
targets: test
|
||||||
-
|
# -
|
||||||
name: Upload coverage
|
# name: Upload coverage
|
||||||
uses: codecov/codecov-action@v3
|
# uses: codecov/codecov-action@v3
|
||||||
with:
|
# with:
|
||||||
file: ./coverage/clover.xml
|
# file: ./coverage/clover.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user