Closed bterone closed 2 years ago
When creating a new API project, the newly created project doesn't immediately have 100% test coverage
By creating a fallback_controller_test and copying it at the same step as copying the fallback controller
fallback_controller_test
We can achieve full 100% coverage, without any manual work.
Developers creating new API projects. 🧑💻 👩💻
We don't need this one as we are skipping the fallback controller in the coverage report #186
Why
When creating a new API project, the newly created project doesn't immediately have 100% test coverage
By creating a
fallback_controller_test
and copying it at the same step as copying the fallback controllerWe can achieve full 100% coverage, without any manual work.
Who Benefits?
Developers creating new API projects. 🧑💻 👩💻