Skip to content

Commit

Permalink
Added back CodeCov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Mar 20, 2022
1 parent 9588bcb commit f7e8be7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: python setup.py test
run: coverage run setup.py test
- name: Verify Coverage
if: github.event_name == 'push'
uses: codecov/codecov-action@v1.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ appdirs
argcomplete==2.0.0
attrs==21.4.0
basis-set-exchange
coverage
jsonschema==4.4.0
numpy==1.22.1
periodictable==1.6.0
Expand Down

0 comments on commit f7e8be7

Please sign in to comment.