Skip to content

Commit

Permalink
checking coverage this time!
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Feb 22, 2024
1 parent b01b847 commit 9930b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
python3 -m pip install -U pip
python3 -m pip install -U setuptools setuptools_scm pep517
python3 -m pip install -e .
pip3 install codecov
- name: Run tests
run: |
python -m unittest discover src
coverage run -m unittest discover src
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 9930b59

Please sign in to comment.