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 8f2f1e9 commit fe21472Copy full SHA for fe21472
.github/workflows/e2e.yaml
@@ -41,7 +41,7 @@ jobs:
41
name: e2e-artifacts
42
path: /tmp/artifacts/
43
44
- - uses: codecov/[email protected].2
+ - uses: codecov/[email protected].3
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