Browse Source

ci: skip coverage tasks for test infrastructure (#6934)

pull/6935/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
723bf92ebb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/coverage.yml

+ 2
- 0
.github/workflows/coverage.yml View File

@ -76,6 +76,7 @@ jobs:
with:
PATTERNS: |
**/**.go
"!test/"
go.mod
go.sum
- uses: actions/download-artifact@v2
@ -104,6 +105,7 @@ jobs:
with:
PATTERNS: |
**/**.go
"!test/"
go.mod
go.sum
- uses: actions/download-artifact@v2


Loading…
Cancel
Save