mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-05 03:40:47 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user