Skip to content

Commit

Permalink
TST: add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Apr 27, 2021
1 parent ede617b commit 8d0ccb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install -r test_requirements.txt
pip install -r requirements.txt
# Manual installs required
pip install --no-binary :pysatMagVect: pysatMagVect
pip install --no-binary :OMMBV: pysatMagVect
- name: Set up pysat
run: |
Expand All @@ -43,6 +43,7 @@ jobs:
- name: Test with pytest
run: |
pytest --cov=pysatMissions/
- name: Publish results to coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ long_description_content_type = text/markdown
packages = find:
install_requires = file: requirements.txt

[coverage:report]

[flake8]
max-line-length = 90
ignore =
Expand Down

0 comments on commit 8d0ccb3

Please sign in to comment.