-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Prevent support libraries from compiling into Gitea #10964
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
Conversation
I'm not sure there's something wrong with Codecov. It didn't add a comment. Maybe it's a Codecove glitch, because I can't find any errors in the build. I'm still investigating the issue, but I'm unable to generate the coverage report in my setting, I'm not sure why. |
Codecov Report
@@ Coverage Diff @@
## master #10964 +/- ##
==========================================
+ Coverage 43.61% 43.64% +0.02%
==========================================
Files 597 597
Lines 83923 83923
==========================================
+ Hits 36602 36624 +22
+ Misses 42809 42791 -18
+ Partials 4512 4508 -4
Continue to review full report at Codecov.
|
OK, it was only a Codecov glitch. 😅 |
make L-G-T-M work |
My apologies for not looking at this earlier, it feels like it's been a wild day. 🐔 🔪 😵 |
This PR should prevent support vendored libraries from being compiled into Gitea, thus keeping the file size to what is needed.
@lunny #10942 (comment)