| Test Coverage | Mutant Coverage |
|---|---|
{
"TableName": "Costumer",
"AttributeDefinitions": [
{
"AttributeName": "id",
"AttributeType": "S"
}
],
"KeySchema": [
{
"AttributeName": "id",
"KeyType": "HASH"
}
],
"ProvisionedThroughput": {
"ReadCapacityUnits": 5,
"WriteCapacityUnits": 5
}
}mvn test-compile org.pitest:pitest-maven:mutationCoveragePublicar a aplicação no github com gitActions
Esse projeto foi baseado no documento publicado pelo Kaike Ventura