Skip to content

Commit

Permalink
Merge cb55578 into fc3c3e8
Browse files Browse the repository at this point in the history
  • Loading branch information
mberk committed Dec 18, 2022
2 parents fc3c3e8 + cb55578 commit d5bf0d3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,25 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Calculate Coverage
run: |
coverage run --source=betfairutil -m pytest
coverage lcov
coverage report
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
path-to-lcov: coverage.lcov
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.test_number }}
parallel: true

finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
betfairlightweight==2.16.4
black==22.3.0
coverage==6.3.2
orjson==3.6.7
pandas==1.3.5
pyrsistent==0.18.1
Expand Down

0 comments on commit d5bf0d3

Please sign in to comment.