Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
ci: exclude inspector tool from code cov results
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjgilbert authored Feb 15, 2019
1 parent 310606f commit 886cc35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/rust/code_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ cargo tarpaulin \
--packages web3-gateway \
--exclude-files *generated* \
--exclude-files genesis* \
--exclude-files inspector* \
--exclude-files node_modules* \
--exclude-files gateway/src/informant.rs \
--exclude-files gateway/src/middleware.rs \
Expand Down

0 comments on commit 886cc35

Please sign in to comment.