mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 02:24:23 -05:00
* debug * exclude `config.py` from diff-cover as well * actually pass the config path... * Revert "debug" This reverts commit863989f538. * just `*` * Revert "Revert "debug"" This reverts commit0855bc795c. * leading `*/`? * Revert "leading `*/`?" This reverts commit5067869b59. * Revert "Revert "leading `*/`?"" This reverts commit5f09e6211e. * Revert "Revert "Revert "debug""" This reverts commita788ec1691.
5 lines
65 B
TOML
5 lines
65 B
TOML
[tool.diff_cover]
|
|
exclude = [
|
|
"*/chia/_tests/*/config.py",
|
|
]
|