Skip to content

Commit

Permalink
Merge branch 'development(calysta)' of https://github.com/WMD-group/M…
Browse files Browse the repository at this point in the history
…acroDensity into development(calysta)
  • Loading branch information
CalystaT committed Sep 8, 2023
2 parents f8a0c88 + 7c99ac2 commit 3a0a915
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
pip install setuptools setuptools_scm wheel
pip install -r requirements.txt
pip install pytest
pip install pytest-cov
pip install pytest-mpl
pip install -e .
Expand All @@ -50,5 +51,12 @@ jobs:
pip show -V ase
- name: Run tests
run: pytest --mpl tests/unit_tests.py

run: pytest --cov=macrodensity --mpl tests/unit_tests.py

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true


0 comments on commit 3a0a915

Please sign in to comment.