We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dda108 commit b556dadCopy full SHA for b556dad
.github/workflows/continous_integration.yml
@@ -48,7 +48,7 @@ jobs:
48
# Runs a set of commands using the runners shell
49
- name: Test the code
50
run: |
51
- coverage run --concurrency=multiprocessing -m unittest tests/test_cosmo_rates.py
+ coverage run --concurrency=multiprocessing -m unittest discover tests/
52
coverage combine
53
54
- name: Run Coveralls
0 commit comments