Skip to content

Commit 42fb0f6

Browse files
authored
fix(ci,tooling): skip code coverage of glacier/bpo/dao forks (#2886)
1 parent 2150777 commit 42fb0f6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,9 @@ markers = [
298298

299299
[tool.coverage.run]
300300
omit = [
301-
"*/ethereum/*_glacier/*",
302-
"*/ethereum/dao_fork/*",
301+
"*/ethereum/forks/*_glacier/*",
302+
"*/ethereum/forks/dao_fork/*",
303+
"*/ethereum/forks/bpo*/*",
303304
]
304305

305306
[tool.docc]

0 commit comments

Comments
 (0)