Include controllers/apps in unit test coverage#1156
Include controllers/apps in unit test coverage#1156urbanikb wants to merge 1 commit into3scale:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1156 +/- ##
==========================================
+ Coverage 39.34% 41.84% +2.49%
==========================================
Files 205 203 -2
Lines 23363 20859 -2504
==========================================
- Hits 9193 8729 -464
+ Misses 13184 11350 -1834
+ Partials 986 780 -206
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
As the test is not really e2e, can we have another folder called |
Just to rephrase what you are asking is to rename e2e to integration, is this correct? There is no "other" e2e test that would be left. |
|
Yes correct, and we need a new entry in the Makefile for the integration tests, I would also like to keep |
…verage - Move e2e test out of the package for ordinary code - Rename e2e test to integration and add makefile target Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
b5ada1b to
adac37a
Compare
What
Since the
make test-unittarget is the only target we currently scrape coverage from (due to e2e test being run by prow and not sending data to codecov), it would be good if the unit tests in controllers/app would also run there.Currently there are no unit tests defined, but there might be in the future PR.
How
Verification
Checked that makefile targets work as before.
Ran the test-integration test locally against the Fyre cluster, it ran as usual.