You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
github actions no-longer overwrite artifacts with same name anymore. when testing test-coverage ubuntu python3.11 fails upon re-upload. Skip logic did not prevent issue.
To Reproduce
Steps to reproduce the behavior:
make change
push change to branch
generate PR for branch (into master)
See error in CI for python3.11 artifact upload
Expected behavior
Smooth handling of all artifacts in a successful GitHub CI run for a PR.
PiAP Device (please complete the following information):
OS: Github Ubuntu
OS Version: 24.4
Python Version 3.11
Python Template Version: 1.1.4-rc
Additional context(optional)
🤔 Simple fix is to remove python3.11 from re-testing during coverage suite
regression found in PR #60 (initial issue found in PR #34 and related)