Skip to content

Commit

Permalink
Add examples to tarpaulin coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Sep 29, 2020
1 parent 1ed1a52 commit d53d58e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .tarpaulin.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[cranelift_coverage]
features = "cranelift,singlepass,llvm,test-no-traps,test-cranelift"
examples = ["early-exit", "engine-jit", "engine-native", "engine-headless", "cross-compilation", "compiler-cranelift", "exported-function", "wasi"]
release = true

[llvm_coverage]
features = "cranelift,singlepass,llvm,test-no-traps,test-llvm"
examples = ["compiler-llvm"]
release = true

[singlepass_coverage]
features = "cranelift,singlepass,llvm,test-no-traps,test-singlepass"
release = true

[feature_a_and_b_coverage]
features = "feature_a feature_b"
examples = ["compiler-singlepass"]
release = true

[report]
Expand Down

0 comments on commit d53d58e

Please sign in to comment.