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

This commit is contained in:
Sam Kleinman
2021-09-13 13:23:16 -04:00
committed by GitHub
parent ef79241f79
commit 723bf92ebb

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