Skip to content

Commit d1b3279

Browse files
chore: Refactor Github Action per b/485167538 (GoogleCloudPlatform#2554)
Co-authored-by: Ben Knutson <benknutson@google.com>
1 parent e8882f0 commit d1b3279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
- name: Verify code coverage. If your reading this and the step has failed, please add tests to cover your changes.
4949
run: |
5050
go tool cover -func pr_cover.out
51-
if [ "${{ env.PR_COVER }}" -lt "${{ env.CUR_COVER }}" ]; then
51+
if [ "${PR_COVER}" -lt "${CUR_COVER}" ]; then
5252
exit 1;
5353
fi

0 commit comments

Comments
 (0)