-
Notifications
You must be signed in to change notification settings - Fork 356
test: Lint produced deb and rpm packages #4257
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
Overall package sizeSelf size: 6.43 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2024-04-29 15:51:32 Comparing candidate commit 75f4e4c in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 260 metrics, 6 unstable metrics. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4257 +/- ##
===========================================
- Coverage 83.11% 69.19% -13.92%
===========================================
Files 244 1 -243
Lines 10255 198 -10057
Branches 33 33
===========================================
- Hits 8523 137 -8386
+ Misses 1732 61 -1671 ☔ View full report in Codecov by Sentry. |
|
Looks like |
11fdad7 to
75f4e4c
Compare
What does this PR do?
The latest stable version of the packaging template now includes a tool dd-pkg. This PR uses this tool to lint the produced DEB and RPM packages.
Motivation
This lint has been run at the time of package promotion, this change moves this step to the left and lets teams identify issues before they're trying to release to production.
Additional Notes
BARX-245