Skip to content

Commit

Permalink
Update coverage outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Nov 4, 2020
1 parent 02a530b commit 3c2b419
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,12 @@ jobs:
- name: Test
run: tox -e py

- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
path-to-lcov: .coverage
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.python-version }}
parallel: true
- name: Report coverage
if: matrix.python-version == 3.6
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls

finish:
needs: Test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

# Lint:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c2b419

Please sign in to comment.