Skip to content

Commit

Permalink
Correct coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Jan 22, 2021
1 parent 4a9d1d7 commit f73b8af
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,21 +264,12 @@ jobs:
- name: Upload coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: "Python ${{ matrix.python-version }}"
COVERALLS_PARALLEL: true
run: |
conda activate test_gator
gem install coveralls-lcov
cd packages/common/
pushd packages/common/
coveralls-lcov -v -n coverage/lcov.info > ../../common-jscoverage.json
cd ../../
popd
python -m pip install --upgrade coveralls
python -m coveralls --merge=common-jscoverage.json
shell: bash -l {0}
- name: Coverage finished
run: |
conda activate test_gator
pip install --upgrade coveralls
coveralls --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash -l {0}

0 comments on commit f73b8af

Please sign in to comment.