Issue Details
- Number
- 27593
- Title
- test: RPC coverage check doesn't work?
- Description
- ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behaviour
Currently CI reports that all RPCs are covered: https://cirrus-ci.com/task/6244871116161024?logs=ci#L4674
### Expected behaviour
However, some RPCs are clearly not covered because they are never called. For example:
```
$ git grep abortrescan ./test/ | grep -v '. Please call `abortrescan` before ' | wc -l
0
```
### Steps to reproduce
?
### Relevant log output
_No response_
### How did you obtain Bitcoin Core
Compiled from source
### What version of Bitcoin Core are you using?
current master
### Operating system and version
any
### Machine specifications
_No response_
- URL
-
https://github.com/bitcoin/bitcoin/issue/27593
- Closed by
-
#29387
Back to List