Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
cd0e3b6
1
Parent(s):
1163194
Fix deleted coverage information
Browse files- .github/workflows/CI.yml +1 -1
.github/workflows/CI.yml
CHANGED
@@ -60,7 +60,7 @@ jobs:
|
|
60 |
- name: "Run tests"
|
61 |
run: |
|
62 |
coverage run --source=pysr --omit='*/test/*,*/feynman_problems.py' -m pysr.test main
|
63 |
-
coverage run --source=pysr --omit='*/test/*,*/feynman_problems.py' -m pysr.test cli
|
64 |
- name: "Install JAX"
|
65 |
run: pip install jax jaxlib # (optional import)
|
66 |
- name: "Run JAX tests"
|
|
|
60 |
- name: "Run tests"
|
61 |
run: |
|
62 |
coverage run --source=pysr --omit='*/test/*,*/feynman_problems.py' -m pysr.test main
|
63 |
+
coverage run --append --source=pysr --omit='*/test/*,*/feynman_problems.py' -m pysr.test cli
|
64 |
- name: "Install JAX"
|
65 |
run: pip install jax jaxlib # (optional import)
|
66 |
- name: "Run JAX tests"
|