We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4eb7f commit 2f2e139Copy full SHA for 2f2e139
.github/workflows/test.yaml
@@ -39,7 +39,7 @@ jobs:
39
go-version: "${{ matrix.go_version }}"
40
cache-dependency-path: "**/*.sum"
41
42
- - run: go test -coverpkg=./... -covermode=atomic -coverprofile=coverage.out -count=1 ./...
+ - run: go test '-coverpkg=github.com/trim21/go-phpserialize/...' -covermode=atomic -coverprofile=coverage.out -count=1 ./...
43
working-directory: tests
44
45
- uses: codecov/codecov-action@v5
0 commit comments