b834cdc94a
Summary: first version of coverage (will be polished) Reviewers: dgleich, mferencevic, florijan, teon.banek Reviewed By: dgleich Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D76
4 lines
41 B
Bash
Executable File
4 lines
41 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec llvm-cov-3.8 gcov "$@"
|