summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-09-10 15:25:44 +0200
committerGitHub <noreply@github.com>2022-09-10 07:25:44 -0600
commit1427ddaa59df661e9fe3f4b8939eb92fd1b83a88 (patch)
tree6f6c2d88ef8fe102ac297e244359e5577bfaeb36 /pyproject.toml
parentb4a2b8d46c952eb03299dd9c300670c74f802d71 (diff)
downloadspack-1427ddaa59df661e9fe3f4b8939eb92fd1b83a88.tar.gz
spack-1427ddaa59df661e9fe3f4b8939eb92fd1b83a88.tar.bz2
spack-1427ddaa59df661e9fe3f4b8939eb92fd1b83a88.tar.xz
spack-1427ddaa59df661e9fe3f4b8939eb92fd1b83a88.zip
ci: restore coverage computation (#32585)
* ci: restore coverage computation * Mark "test_foreground_background" as xfail * Mark "test_foreground_background_output" as xfail * Make number of processes explicit, remove verbosity on linux * Run coverage on just 3 Python jobs for linux * Run coverage on just 3 Python jobs for linux * Run coverage on just 2 Python jobs for linux * Add back verbose, since before we didn't encounter the xdist internal error * Reduce the workers to 2 * Try to use command line
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 446c7891f2..f5fed2df4b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -90,6 +90,7 @@ parallel = true
concurrency = ["multiprocessing"]
branch = true
source = ["bin", "lib"]
+data_file = "./tests-coverage/.coverage"
omit = [
'lib/spack/spack/test/*',
'lib/spack/docs/*',