ci: use pre-built CI container in coverage and test workflows#217
Conversation
|
Package are not public: and I cannot change it. |
|
@adrianreber We can also use |
|
Thanks. It would be more efficient to use the ghcr registry as it is much closer and faster. We need an organization admin to allow public images. I guess Andrei should be able to do it. |
|
Wait, better idea coming. |
4c1c515 to
0af69f8
Compare
btw, I'm not sure if it is actually faster: https://github.com/orgs/community/discussions/27080 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #217 +/- ##
==========================================
+ Coverage 79.98% 84.27% +4.28%
==========================================
Files 16 16
Lines 1759 1920 +161
==========================================
+ Hits 1407 1618 +211
+ Misses 263 224 -39
+ Partials 89 78 -11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Replace fedora:latest with the weekly built CI container image from ghcr.io and remove the dnf install steps, as all packages are already included in the container. Generated with Claude Code (https://claude.ai/code) Signed-off-by: Adrian Reber <areber@redhat.com>
0af69f8 to
a86f696
Compare
Replace fedora:latest with the weekly built CI container image from ghcr.io and remove the dnf install steps, as all packages are already included in the container.