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 3d1a233 commit 6a7012eCopy full SHA for 6a7012e
.github/workflows/merge.yml
@@ -50,7 +50,7 @@ jobs:
50
run: mvn --batch-mode --update-snapshots verify
51
52
- name: Upload coverage to Codecov
53
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
54
with:
55
flags: unittests # optional
56
name: coverage # optional
.github/workflows/pullrequest.yml
@@ -37,7 +37,7 @@ jobs:
37
run: mvn --batch-mode --update-snapshots verify # -P integration-test - add this back once we have a compatible flagd
38
39
40
41
42
43
0 commit comments