We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ebfde commit 1bf6de0Copy full SHA for 1bf6de0
.github/workflows/check.yaml
@@ -52,12 +52,11 @@ jobs:
52
make test
53
rm -rf protoc3
54
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
+ - name: Publish Unit Test Coverage
+ uses: codecov/codecov-action@v3
+ with:
+ flags: unittests
+ file: cover.out
61
- name: Check diff
62
run: '[[ -z $(git status -s) ]] || (printf "Existing modified/untracked files.\nPlease run \"make generate manifests fmt vet\" and push again.\n"; exit 1)'
63
0 commit comments