# ValidationCheck

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/coverage-validator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/coverage-validator.ts#L61)

Validation result for a single check

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `passed` | `boolean` |
| `severity` | `'critical' | 'error' | 'warning' | 'info'` |
| `message` | `string` |
| `actual` | `number | string` |
| `expected` | `number | string` |
| `recommendation` | `string` |
