-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Test coverage for integration tests #9706
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #9706 +/- ##
==========================================
+ Coverage 49.54% 51.62% +2.08%
==========================================
Files 67 73 +6
Lines 20650 20802 +152
Branches 4980 4992 +12
==========================================
+ Hits 10231 10739 +508
+ Misses 9131 8701 -430
- Partials 1288 1362 +74 ☔ View full report in Codecov by Sentry. |
This works and it's an improvement. The only thing is that there are no cgi in coverage report, I don't know why… yet. |
I though it was an easy one, but it's not ! The problem is that apache is running scripts independently in some way, but codecoverage initialize only once. Even forcing apache to only one process does not work. I can force cgi scripts to report, but I end up with always 100% coverage, which is not true, and no info on branches, conditions, etc. This thread has a link to a working coverage apache example, but it's using ApacheTest mechanism. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
This should bring coverage from the running backend server during integration tests.