ci: skip coverage for non-go changes (#6927)

This commit is contained in:
Sam Kleinman
2021-09-13 09:06:56 -04:00
committed by GitHub
parent 3bf0c7a712
commit ef79241f79

View File

@@ -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