canonical / bootstack-actions

Actions for unifying lint, unit and functional tests, and charm and snap releases
0 stars 8 forks source link

The upload-artifact is overwriting artifacts, so if it's used in matrix all artifacts are overwritten #54

Open rgildein opened 5 months ago

rgildein commented 5 months ago

The upload-artifact used in unit test to share PR_NUMBER and coverage-report is overwriting the artifacts, so if we use this workflow in matrix we do not have multiple result, but only one. This can cause an issue if coverage report is different between two Python versions, what should not happen.

rgildein commented 5 months ago

This is also used in uploading of build charm with snap-build.