Skip to content

Commit 13e822e

Browse files
committed
Fix pyproject.toml
1 parent e5f98eb commit 13e822e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ line-length = 120
1515
profile = "black"
1616
multi_line_output = 3
1717

18-
[tool.coverage.report]
18+
[tool.coverage.run]
1919
source = ["grafana_client"]
20+
21+
[tool.coverage.report]
2022
show_missing = true
2123
fail_under = 0
2224
omit = [

0 commit comments

Comments
 (0)