DbContext/EF configuration classes are infra plumbing with no business logic to unit test; counting them against the coverage target only dilutes the signal, same rationale as Migrations.
EF migrations are generated scaffolding with no meaningful logic to test; counting them against the coverage target only dilutes the signal.