Skip to content

Commit

Permalink
coveralls: filter third_party
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jul 16, 2023
1 parent fd4e29c commit 32b51ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: mkdir .cover && CARAPACE_COVERDIR="$(pwd)/.cover" go test -v -coverprofile=unit.cov ./... ./example-nonposix/...

- name: Merge coverage
run: go tool covdata textfmt -i .cover/ -o integration.cov && gocovmerge unit.cov integration.cov > profile.cov
run: go tool covdata textfmt -i .cover/ -o integration.cov && gocovmerge unit.cov integration.cov | sed '/^github.com\/rsteube\/carapace\/third_party/d' > profile.cov

- name: "Check formatting"
run: '[ "$(gofmt -d -s . | tee -a /dev/stderr)" = "" ]'
Expand Down

0 comments on commit 32b51ec

Please sign in to comment.