Open sjd78 opened 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.15%. Comparing base (
b654645
) to head (66190cd
). Report is 225 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Change the copy package used to generate the
dist/
folder after building to usecopy-files-from-to
.The package change allows us to have a configuration file with multiple includes and excludes to make sure we copy only exactly what is needed when the
dist/
folder is built. The contents of thedist/
folder is what is copied into the runtime container. It should be as light as possible.