Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 7ee5bb5

Browse files
committed
Ignore integration tests in coverage
1 parent 4d39492 commit 7ee5bb5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TEST_FRAMEWORK = "nextest"
1717
[env.github-actions]
1818
# TODO: use nexttest when testing becomes too much to do in series.
1919
# Installing nexttest takes > 5 minutes on github workflow machines.
20-
TEST_FRAMEWORK = "test"
20+
TEST_FRAMEWORK = "nextest"
2121

2222
# Installations
2323
# --------------
@@ -86,7 +86,9 @@ args = [
8686
"llvm-cov",
8787
"${TEST_FRAMEWORK}",
8888
"--all-features",
89-
"--no-report"
89+
"--no-report",
90+
"-E",
91+
"not (kind(test))",
9092
]
9193

9294
[tasks._calculated-coverage-clean]

0 commit comments

Comments
 (0)