Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mwthinker committed Jan 7, 2024
1 parent d6c8f30 commit 6ce7b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run code coverage
shell: bash
run: |
cd /build_debug
cd build_debug
lcov -c -d . -b ../src --no-external -o lcov.info
if: runner.os == 'Linux' || runner.os == 'macOS'

Expand Down

0 comments on commit 6ce7b24

Please sign in to comment.