Skip to content

Commit

Permalink
Create missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli authored Feb 29, 2024
1 parent f1d3ac1 commit 0132f92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:

- name: Enable collection of source-based coverage
run: |
# Prepare directory
sudo mkdir "$COVERAGE_PATH"
sudo chmod 777 "$COVERAGE_PATH"
# The following are necessary for profiling (see https://github.com/mozilla/grcov)
echo "RUSTFLAGS=-Cinstrument-coverage" >> $GITHUB_ENV
echo "LLVM_PROFILE_FILE=${COVERAGE_PATH}/gcov-%p-%m.profraw" >> $GITHUB_ENV
Expand Down

0 comments on commit 0132f92

Please sign in to comment.