mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
7 lines
274 B
Bash
Executable File
7 lines
274 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CPPFLAGS="--coverage" LDFLAGS="--coverage" npm rebuild
|
|
npm test
|
|
geninfo --no-external --base-directory src --output-file coverage/sharp.info build/Release/obj.target/sharp/src
|
|
genhtml --title sharp --demangle-cpp --output-directory coverage/sharp coverage/*.info
|