We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3b01b commit 2092ee9Copy full SHA for 2092ee9
.github/workflows/e2e.yaml
@@ -41,7 +41,7 @@ jobs:
41
name: e2e-artifacts
42
path: /tmp/artifacts/
43
44
- - uses: codecov/[email protected].0
+ - uses: codecov/[email protected].2
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