Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanYashchuk committed Aug 14, 2020
1 parent 9584429 commit f3dec04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
python -m pip install pytest
python -m pip install pytest-cov
python -m pip install pytest-check
python -m pip install coveralls
python -m pip install fdm
- name: Install fenics-pymc3
Expand All @@ -53,8 +54,11 @@ jobs:
- name: Test with pytest
shell: bash -l {0}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
conda activate fenicsproject
python -c "import sys; print('\n'.join(sys.path))"
export HDF5_DISABLE_VERSION_CHECK=1
python -m pytest --cov=fenics_pymc3 tests/
coveralls

0 comments on commit f3dec04

Please sign in to comment.