We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374d4a0 commit fd147daCopy full SHA for fd147da
.gentoo/coverage.sh
@@ -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