Skip to content

Commit

Permalink
Move coverage settings to pyproject.toml (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
  • Loading branch information
merelcht authored Jan 27, 2023
1 parent 7a43b98 commit 5b43674
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kedro-docker/.coveragerc

This file was deleted.

6 changes: 6 additions & 0 deletions kedro-docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ force_grid_wrap = 0
use_parentheses = true
line_length = 88
default_section = "THIRDPARTY"

[tool.coverage.report]
fail_under = 100
show_missing = true
omit = ["tests/*", "*/plugin.py"]
exclude_lines = ["pragma: no cover", "raise NotImplementedError"]

0 comments on commit 5b43674

Please sign in to comment.