Skip to content

Commit

Permalink
remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Sep 8, 2023
1 parent 4a1a764 commit daa9a55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ jobs:
'*/usr/*' \
--output-file coverage.info
for file in src/glog/*.h.in; do
name=$(basename ${file})
name_we=${name%.h.in}
sed -i "" "s|${{github.workspace}}/glog/${name_we}.h\$|${file}|g" coverage.info
done
lcov --list coverage.info
- name: Upload Coverage to Codecov
Expand Down

0 comments on commit daa9a55

Please sign in to comment.