Schemathesis 4.6.8
API Coverage Report
2025-12-05 15:44:15.316
Operations
6
/
6
API endpoints that were called during your test run
Parameters
100.00%
5 of 5 covered
Parameters tested with both valid and invalid values
Keywords
100.00%
6 of 6 covered
Schema validation rules tested with both valid and invalid values
Examples
-
0 of 0 covered
Schema examples and default values that were actually used in your tests
Responses
6
/
12
Response status codes that your tests actually received from the API
Search
Hide covered
Expand all
Parameters
Keywords
Uncovered
Partial
Covered
GET
/api/blog/posts
2
3
100.00%
Query Parameters
per_page
2 of 2 keywords covered
1
{
2
"enum": [
3
2,
4
10,
5
50
6
],
7
"type": "integer"
8
}
page
1 of 1 keywords covered
1
{
2
"type": "integer"
3
}
Responses
seen
average
200
Success
2331
29.19ms
default
Default
2023
31.80ms
POST
/api/blog/posts
0
0
-
Responses
seen
average
200
Success
0
-
default
Default
3496
42.19ms
DELETE
/api/blog/posts/{postId}
1
1
100.00%
Path Parameters
postId
1 of 1 keywords covered
1
{
2
"type": "integer"
3
}
Responses
seen
average
201
Post found.
0
-
204
Post successfully deleted.
0
-
404
Post not found.
894
40.24ms
default
Default
767
23.42ms
GET
/api/blog/posts/{postId}
1
1
100.00%
Path Parameters
postId
1 of 1 keywords covered
1
{
2
"type": "integer"
3
}
Responses
seen
average
200
Success
403
12.00ms
201
Post found.
0
-
404
Post not found.
753
32.53ms
default
Default
3
11.83ms
PUT
/api/blog/posts/{postId}
1
1
100.00%
Path Parameters
postId
1 of 1 keywords covered
1
{
2
"type": "integer"
3
}
Responses
seen
average
201
Post found.
0
-
204
Post successfully updated.
0
-
404
Post not found.
440
24.40ms
default
Default
755
13.39ms
GET
/api/doc
0
0
-
Responses
seen
average
200
Success
2
2.05ms
default
Default
0
-