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

Commit

Permalink
Work on coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jun 2, 2020
1 parent a8c4d48 commit a420cfa
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@ jobs:
run: pip install .
- name: Test with pytest
run: |
pip install pytest
DATA_REPO_GIT="" pytest -v test/
pip install pytest pytest-cov pytest-xdist
# DATA_REPO_GIT="" pytest -cov=FIAT/ test/
DATA_REPO_GIT="" pytest -n auto --cov=FIAT/ test/
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.os }}-${{ matrix.python-version }}
parallel: true

0 comments on commit a420cfa

Please sign in to comment.