Skip to content

Commit

Permalink
provide permissions to grcov to generate coverage details (#4671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozrokafor authored Oct 18, 2022
1 parent 37de80e commit 91f5cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/functional_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
continue-on-error: true # Ignore GRCOV parsing errors, see github.com/mozilla/grcov/issues/570
timeout-minutes: 1 # Give GRCOV a short timeout in case it hangs after a panic
run: |
chmod +x ./build/bin/grcov
./build/bin/grcov build/cmake/src/CMakeFiles/mozillavpn.dir \
-s src -t lcov --branch --ignore-not-existing \
-o ${{runner.temp}}/artifacts/functional_lcov.info
Expand Down

0 comments on commit 91f5cc8

Please sign in to comment.