Skip to content

Commit

Permalink
Try again with the official github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hhursev committed Apr 10, 2022
1 parent a632151 commit 41ee7bc
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,19 @@ jobs:
- name: Unittest and Coverage Report
run: |
python run_tests.py
- name: coveralls.io
uses: AndreMiras/coveralls-python-action@develop
coverage xml
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: "SmlfzlVJy4ow55rduU7IU5GmmFCfAdGeq"
parallel: true
flag-name: run-${{ matrix.test_number }}
finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: "SmlfzlVJy4ow55rduU7IU5GmmFCfAdGeq"
parallel-finished: true

0 comments on commit 41ee7bc

Please sign in to comment.