Skip to content

Commit fc32edc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 06e877d commit fc32edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ ini_options.log_cli = true
217217
ini_options.asyncio_mode = "auto"
218218

219219
[tool.coverage]
220-
run.cover_pylib = true
221220
run.include = [
222221
"*/nc_py_api/*",
223222
]
224223
run.omit = [
225224
"*/tests/*",
226225
]
226+
run.cover_pylib = true
227227
paths.source = [
228228
"nc_py_api/",
229229
"*/site-packages/nc_py_api/",

0 commit comments

Comments
 (0)