Bug Report – Missing Test Artifacts in Workflow
Area
CI/CD Pipeline / DevOps
Severity
Medium (Affects auditability and debugging)
Frequency
Always
Platform
GitHub Actions (or preferred CI/CD provider)
Device
N/A (Cloud Environment)
Affected Version
Sprint 3
Summary
Test coverage reports are currently purged immediately after a workflow run completes, preventing developers from reviewing detailed test results for resolved tasks.
Steps to Reproduce
- Trigger a standard project workflow (e.g., via a Pull Request).
- Wait for the workflow to finish/resolve.
- Navigate to the Actions tab and select the specific run.
- Check the Artifacts section for a coverage report.
Expected Behaviour
A detailed coverage-report.zip should be preserved and available for download in the Artifacts section after the workflow is resolved for deeper technical analysis.
Actual Behaviour
No coverage artifacts are uploaded; reports are lost once the workflow container is destroyed, leaving only the high-level console summary.
Bug Report – Missing Test Artifacts in Workflow
Area
CI/CD Pipeline / DevOps
Severity
Medium (Affects auditability and debugging)
Frequency
Always
Platform
GitHub Actions (or preferred CI/CD provider)
Device
N/A (Cloud Environment)
Affected Version
Sprint 3
Summary
Test coverage reports are currently purged immediately after a workflow run completes, preventing developers from reviewing detailed test results for resolved tasks.
Steps to Reproduce
Expected Behaviour
A detailed coverage-report.zip should be preserved and available for download in the Artifacts section after the workflow is resolved for deeper technical analysis.
Actual Behaviour
No coverage artifacts are uploaded; reports are lost once the workflow container is destroyed, leaving only the high-level console summary.