Schemathesis 4.6.8
API Coverage Report
2025-12-05 15:36:40.820
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
621
31.44ms
default
Default
444
32.79ms
POST
/api/blog/posts
0
0
-
Responses
seen
average
200
Success
0
-
default
Default
675
40.81ms
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.
159
39.48ms
default
Default
142
22.28ms
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
108
18.26ms
201
Post found.
0
-
404
Post not found.
152
32.78ms
default
Default
1
11.45ms
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.
93
26.09ms
default
Default
250
12.99ms
GET
/api/doc
0
0
-
Responses
seen
average
200
Success
2
2.04ms
default
Default
0
-