Skip to content

Commit

Permalink
remove unneeded export in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed May 28, 2024
1 parent 776af7b commit f437f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cmake --build . --target all -j$(nproc)
cmake --build . --target test -j$(nproc)
lcov --directory . --capture --output-file visp-coverage.info
export WD=`pwd` && lcov --remove visp-coverage.info \
lcov --remove visp-coverage.info \
'/usr/*' \
'*/private/*' \
'*/test/*' \
Expand Down

0 comments on commit f437f7a

Please sign in to comment.