Schemathesis 4.6.8
API Coverage Report
2025-12-05 15:34:48.101
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
614
29.32ms
default
Default
390
29.90ms
POST
/api/blog/posts
0
0
-
Responses
seen
average
200
Success
0
-
default
Default
626
38.34ms
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.
120
34.66ms
default
Default
197
20.55ms
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
117
12.82ms
201
Post found.
0
-
404
Post not found.
63
16.14ms
default
Default
0
-
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.
43
8.69ms
default
Default
158
12.76ms
GET
/api/doc
0
0
-
Responses
seen
average
200
Success
2
2.08ms
default
Default
0
-