Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalystaT authored Sep 8, 2023
1 parent 999efc4 commit 7c99ac2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,8 +51,8 @@ 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:
Expand Down

0 comments on commit 7c99ac2

Please sign in to comment.