We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16be6e commit f94182fCopy full SHA for f94182f
.github/workflows/e2e.yaml
@@ -41,7 +41,7 @@ jobs:
41
name: e2e-artifacts
42
path: /tmp/artifacts/
43
44
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
45
with:
46
disable_search: true
47
files: coverage/e2e.out
.github/workflows/unit-test.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
make test-unit
25
26
27
28
29
files: coverage/unit.out
0 commit comments