Sam Kleinman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
.github/workflows/coverage.yml
|
|
@ -2,6 +2,9 @@ name: Test Coverage |
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
paths: |
|
|
|
- "**.go" |
|
|
|
- "!test/" |
|
|
|
branches: |
|
|
|
- master |
|
|
|
- release/** |
|
|
@ -50,6 +53,7 @@ jobs: |
|
|
|
with: |
|
|
|
PATTERNS: | |
|
|
|
**/**.go |
|
|
|
"!test/" |
|
|
|
go.mod |
|
|
|
go.sum |
|
|
|
- name: install |
|
|
|