support ignoring file or directories
use the doublestar library to support pattern matching of files or directories to ignore. This replaces (and deprecates) the previous -skip flag which only supported file extensions.
This commit is contained in:
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -5,7 +5,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.x, 1.15.x]
|
||||
go-version: [1.x, 1.16.x]
|
||||
platform: [ubuntu-latest]
|
||||
include:
|
||||
# only update test coverage stats with the most recent go version on linux
|
||||
|
||||
Reference in New Issue
Block a user