Skip to content

Commit

Permalink
try and avoid the tyranny of depending on firefox versions to find lc…
Browse files Browse the repository at this point in the history
…ov.info
  • Loading branch information
fredkingham committed Dec 9, 2020
1 parent b694223 commit be53e74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
run: opal test --coverage
- name: flake8
run: flake8
- run: coveralls-lcov -v -n coverage/Firefox\ 82.0.0\ \(Ubuntu\ 0.0.0\)/lcov.info > coverage/coverage.json
- name: combine coveralls
run: find coverage -name "lcov.info" -exec coveralls-lcov -v -n {} \; > coverage/coverage.json
- run: coveralls --merge=coverage/coverage.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit be53e74

Please sign in to comment.