Schemathesis 4.6.1
API Coverage Report
2025-11-25 17:29:09.457
Operations
4
/
4
API endpoints that were called during your test run
Parameters
100.00%
3 of 3 covered
Parameters tested with both valid and invalid values
Keywords
100.00%
3 of 3 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
5
/
6
Response status codes that your tests actually received from the API
Search
Hide covered
Expand all
Parameters
Keywords
Uncovered
Partial
Covered
GET
/api/v1/positives
1
1
100.00%
Query Parameters
prefecture
1 of 1 covered
Missing negative tests
1
{
Always valid — no negative tests
2
"type": "string"
Missing negative tests
3
}
Responses
seen
average
200
Success to get positives
0
-
400
The prefecture parameter is required
1
2.18ms
404
Does not find the prefecture
101
1.69ms
default
Default
0
-
GET
/api/v1/prefectures
0
0
-
Responses
seen
average
200
Success to get the information of each prefecture
2
0.84ms
default
Default
0
-
GET
/api/v1/statistics
0
0
-
Responses
seen
average
200
Success to get the statistics of each prefecture
2
0.94ms
default
Default
0
-
GET
/api/v1/total
2
2
100.00%
Query Parameters
history
1 of 1 covered
1
{
2
"type": "boolean"
3
}
predict
1 of 1 covered
1
{
2
"type": "boolean"
3
}
Responses
seen
average
200
Success to get total
13
1.11ms
default
Default
0
-