We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2977049 + b123ce6 commit 843951eCopy full SHA for 843951e
2 files changed
.github/workflows/e2e.yml
@@ -59,6 +59,6 @@ jobs:
59
TESTFLAGS: -coverprofile=/tmp/coverage/coverage.txt
60
-
61
name: Send to Codecov
62
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
63
with:
64
file: ./build/coverage/coverage.txt
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
targets: test-coverage
32
33
34
35
36
37
@@ -73,7 +73,7 @@ jobs:
73
shell: bash
74
75
76
77
78
file: /tmp/coverage.txt
79
working-directory: ${{ env.GOPATH }}/src/github.com/docker/cli
0 commit comments