ci: use reusable test workflow (#215)

* ci: try resuable

* style: [pre-commit.ci] auto fixes [...]

* remove x

* fix cov

* update

* update

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Talley Lambert
2023-11-06 18:36:36 -05:00
committed by GitHub
parent 570c261368
commit c9103e3dd8
2 changed files with 35 additions and 92 deletions

View File

@@ -186,7 +186,7 @@ allow_redefinition = true
# https://coverage.readthedocs.io/en/6.4/config.html
[tool.coverage.run]
source = ["src/superqt"]
source = ["superqt"]
[tool.coverage.report]
exclude_lines = [
@@ -194,7 +194,8 @@ exclude_lines = [
"if TYPE_CHECKING:",
"@overload",
"except ImportError",
"\\.\\.\\."
"\\.\\.\\.",
"pass"
]
# https://github.com/mgedmin/check-manifest#configuration