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 c045667 commit 8802e08Copy full SHA for 8802e08
.github/workflows/CI.yml
@@ -37,13 +37,13 @@ jobs:
37
- name: Install dependencies
38
run: |
39
python -m pip install --upgrade pip
40
- pip install .
41
pip install coverage
42
pip install pytest pytest-cov
43
pip install -r requirements.txt
44
45
- name: Run tests
46
+ cat codecov.yml | curl --data-binary @- https://codecov.io/validate
47
export PYTHONPATH=MCintegration
48
pytest --cov --cov-report=xml
49
0 commit comments