Skip to content

Commit 43ed193

Browse files
convergence file updated
1 parent 6969efb commit 43ed193

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.coveragerc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[run]
2+
concurrency = multiprocessing
3+
parallel = true
24
omit =
3-
# Omit the tests directory
45
tests/*
5-
# Omit virtual environment (if any)
66
venv/*
7-
# Omit the PICA Launcher main entry point if you want to focus on logic
8-
# PICA_v6.py
7+
build/*
8+
pica_suite.egg-info/*
9+
.github/*
10+
data/*
11+
docs/*
12+
paper/*
13+
Untracked_Stuff/*

0 commit comments

Comments
 (0)