Skip to content

Commit

Permalink
ci: ignore generated kaitai code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vwhitteron committed Aug 3, 2024
1 parent 91598b3 commit dc00487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ test:
.PHONY: test/cover
test/cover:
go test -v -race -buildvcs -coverprofile=coverage.out ./...
sed -i '' '/gran_turismo_telemetry.go/d' coverage.out

## test/cover/show: run all tests and display coverage in a browser
.PHONY: test/cover/show
Expand Down

0 comments on commit dc00487

Please sign in to comment.