diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-08-08 15:36:45 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-08-08 22:53:15 +0300 |
commit | c71bdf93d7bb2b7aa368a49538edb9c3df2c74f8 (patch) | |
tree | 1c2e76b4c3b953f8f76e54beceac4df59bd3b5c7 /.gitignore | |
parent | e349eeeb2c9219908686f430b3d74d1b2d5c1106 (diff) |
build, test: Add support for llvm-cov
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3e5d284aa3..ebceca8737 100644 --- a/.gitignore +++ b/.gitignore @@ -120,6 +120,7 @@ releases test_bitcoin.coverage/ total.coverage/ coverage_percent.txt +/cov_tool_wrapper.sh #build tests linux-coverage-build |