Skip to content

Commit a2413c3

Browse files
committed
tests: increase coverage to 84%
1 parent b21ccb2 commit a2413c3

File tree

4 files changed

+406
-29
lines changed

4 files changed

+406
-29
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
path: htmlcov
9393
include-hidden-files: true
9494

95-
- run: uv run --frozen coverage report --fail-under 70
95+
- run: uv run --frozen coverage report --fail-under 83
9696
# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
9797
check:
9898
if: always()

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Debug Unit Test",
6+
"type": "python",
7+
"request": "test",
8+
"justMyCode": false
9+
}
10+
]
11+
}

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"python.testing.pytestArgs": ["."],
3+
"python.testing.unittestEnabled": false,
4+
"python.testing.pytestEnabled": true
5+
}

0 commit comments

Comments
 (0)