Skip to content

Commit

Permalink
lcov-result-merger
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Sep 2, 2021
1 parent 8a25b7e commit df38ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
#- run: sudo apt install lcov
#- run: find ./ -name lcov-*.info -exec echo -a {} \; | xargs lcov -o ./lcov.info
- run: npm i lcov-result-merger
- run: lcov-result-merger './lcov-*/lcov-*.info' './lcov.info'
- run: ./node_modules/.bin/lcov-result-merger './lcov-*/lcov-*.info' './lcov.info'
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit df38ff2

Please sign in to comment.