Skip to content

Commit 1bf6de0

Browse files
committed
enable codecov job
1 parent 18ebfde commit 1bf6de0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/check.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@ jobs:
5252
make test
5353
rm -rf protoc3
5454
git status
55-
# TODO: enable after public
56-
# - name: Publish Unit Test Coverage
57-
# uses: codecov/codecov-action@v3
58-
# with:
59-
# flags: unittests
60-
# file: cover.out
55+
- name: Publish Unit Test Coverage
56+
uses: codecov/codecov-action@v3
57+
with:
58+
flags: unittests
59+
file: cover.out
6160
- name: Check diff
6261
run: '[[ -z $(git status -s) ]] || (printf "Existing modified/untracked files.\nPlease run \"make generate manifests fmt vet\" and push again.\n"; exit 1)'
6362

0 commit comments

Comments
 (0)