Skip to content

Commit 860cd84

Browse files
committed
ci(coverage): fixes post-review (#239)
1 parent ccf9642 commit 860cd84

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
uses: codecov/codecov-action@v7
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
43-
flags: pyoaev
4443
fail_ci_if_error: false
4544
verbose: true
4645

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@ warn_unused_ignores = true
106106
omit = [
107107
"test/*",
108108
]
109+
110+
[tool.coverage.report]
111+
fail_under = 80

0 commit comments

Comments
 (0)