Skip to content

Commit

Permalink
fix: test toml
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 7, 2025
1 parent 616b7a6 commit 584ec72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ address = "0x6A1aa538ebB85Fd98655eCEe5EaB7D9cb3cbCD2B"
salt = "ApePay v0.3"
blueprint = true

[tool.ape.test.gas]
exclude = ["Test*"]
[[tool.ape.test.gas.exclude]]
contract_name = "Test*"

[tool.ape.test.coverage]
exclude = ["Test*"]
[[tool.ape.test.coverage.exclude]]
contract_name = "Test*"

[tool.ape.test.coverage.reports.terminal]
verbose = true
Expand Down

0 comments on commit 584ec72

Please sign in to comment.