Files
chia-blockchain/.diffcover.toml
T
Kyle AltendorfandGitHub 89f1a0468a exclude config.py from diff-cover as well (#17873)
* debug

* exclude `config.py` from diff-cover as well

* actually pass the config path...

* Revert "debug"

This reverts commit 863989f538.

* just `*`

* Revert "Revert "debug""

This reverts commit 0855bc795c.

* leading `*/`?

* Revert "leading `*/`?"

This reverts commit 5067869b59.

* Revert "Revert "leading `*/`?""

This reverts commit 5f09e6211e.

* Revert "Revert "Revert "debug"""

This reverts commit a788ec1691.
2024-04-16 13:31:20 -07:00

5 lines
65 B
TOML

[tool.diff_cover]
exclude = [
"*/chia/_tests/*/config.py",
]