mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-09 21:47:34 +01:00
Merge pull request #6813
d80e3cbSupport gathering of code coverage data for RPC tests (dexX7)e3b5e6cRun extended BitcoinJ tests for coverage based on config (dexX7)45d4ff0Add config option to enable extended RPC tests for code coverage (dexX7)8e3a27bRequire Python for RPC tests, when using lcov (dexX7)d425877Remove coverage and test related files, when cleaning up (dexX7)4d2a926Ignore coverage data related and temporary test files (dexX7)
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -91,6 +91,7 @@ build
|
||||
|
||||
#lcov
|
||||
*.gcno
|
||||
*.gcda
|
||||
/*.info
|
||||
test_bitcoin.coverage/
|
||||
total.coverage/
|
||||
@@ -104,6 +105,9 @@ qa/pull-tester/run-bitcoind-for-test.sh
|
||||
qa/pull-tester/tests_config.py
|
||||
qa/pull-tester/cache/*
|
||||
qa/pull-tester/test.*/*
|
||||
qa/tmp
|
||||
cache/
|
||||
share/BitcoindComparisonTool.jar
|
||||
|
||||
!src/leveldb*/Makefile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user