Skip to content

Commit fd147da

Browse files
committed
Add coverage script.
1 parent 374d4a0 commit fd147da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gentoo/coverage.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
kcov --bash-dont-parse-binary-dir \
4+
--include-path=. \
5+
/var/tmp/coverage \
6+
bats -t tests

0 commit comments

Comments
 (0)