Skip to content

Commit

Permalink
coverage path should now be correctly set for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Dec 5, 2023
1 parent f0e7b57 commit 3ba0e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Set up coverage path for Windows
run: |
echo "COVERAGE_PATH=${GITHUB_WORKSPACE}/coverage/lcov.info" >> $GITHUB_ENV
echo "COVERAGE_PATH=${GITHUB_WORKSPACE}/coverage/lcov.info" >> $env:GITHUB_ENV
mkdir -p ${GITHUB_WORKSPACE}/coverage
echo $COVERAGE_PATH
if: runner.os == 'Windows'
Expand Down

0 comments on commit 3ba0e3b

Please sign in to comment.