Skip to content

Commit

Permalink
Set coverage in pyproject.toml (#105)
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 1325012 commit 7a43b98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kedro-airflow/.coveragerc

This file was deleted.

6 changes: 6 additions & 0 deletions kedro-airflow/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
[tool.black]
exclude=".*template.py"

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

0 comments on commit 7a43b98

Please sign in to comment.