Workflow wip...

This commit is contained in:
Steffen Schuemann 2021-07-04 15:52:24 +02:00
parent 5c2ee653f4
commit 891be4cdd7

View File

@ -116,4 +116,10 @@ jobs:
lcov --compat-libtool --directory . --capture --output-file coverage_output.info
lcov --remove coverage_output.info '/usr/*' '*/c++/*' '*.h' '*/catch.hpp' -o coverage.info
sed -i 's|SF:/.*/filesystem/|SF:../|g' coverage.info
coveralls-lcov coverage.info
- name: Upload coverage info
uses: coverallsapp/github-action@master
with:
path-to-lcov: ./build/coverage.info
github-token: ${{ secrets.GITHUB_TOKEN }}