We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e23d27 commit 6badf4bCopy full SHA for 6badf4b
1 file changed
.github/workflows/test.yaml
@@ -47,14 +47,14 @@ jobs:
47
48
- name: Upload code coverage (unit)
49
if: matrix.go-version == env.GO_LATEST_VERSION
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
51
with:
52
files: ./unit.coverprofile
53
flags: unittests-${{ runner.os }}
54
55
# - name: Upload code coverage (features)
56
# if: matrix.go-version == env.GO_LATEST_VERSION
57
-# uses: codecov/codecov-action@v4
+# uses: codecov/codecov-action@v3
58
# with:
59
# files: ./features.coverprofile
60
# flags: featurestests-${{ runner.os }}
0 commit comments