Skip to content

Commit

Permalink
Merge pull request freifunkMUC#74 from freifunkMUC/coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx authored Sep 14, 2021
2 parents 0bafa61 + 909d7aa commit 310f91c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
# Combine all generated reports into a single merged coverage.dat
lcov $(find ./bazel-wgkex/ -size +1 -name "*coverage.dat" | sed 's/^/\-a\ /g') -o combined.dat
lcov --extract combined.dat '*/__main__/wgkex/*' | sed 's/^SF\:.*__main__\//SF\:/g' > coverage.dat
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.dat

0 comments on commit 310f91c

Please sign in to comment.