More clean up
Traceability Validation / Check Requirement Traces (push) Failing after 4s
🏗️ Build and Test JellyTau / Run Tests (push) Failing after 8m52s
🏗️ Build and Test JellyTau / Build Android APK (push) Has been skipped

This commit is contained in:
2026-06-20 15:38:26 +02:00
parent d5bca41c60
commit 0738ef10ec
17 changed files with 36 additions and 20 deletions
@@ -138,7 +138,7 @@ The workflow **warns** (but doesn't block) if:
3. Download **traceability-reports** artifact
4. View:
- `traces-report.json` - Raw trace data
- `docs/TRACEABILITY.md` - Formatted report
- `docs/traceability.md` - Formatted report
### Locally
```bash
@@ -147,7 +147,7 @@ bun run traces:json | jq '.byType'
# Generate full report
bun run traces:markdown
cat docs/TRACEABILITY.md
cat docs/traceability.md
```
## Coverage Goals
@@ -272,7 +272,7 @@ fi
- [Extract Traces Script](../scripts/README.md#extract-tracests)
- [Requirements Specification](../README.md#requirements-specification)
- [Traceability Matrix](./TRACEABILITY.md)
- [Traceability Matrix](./traceability.md)
- [Gitea Actions Documentation](https://docs.gitea.io/en-us/actions/)
## Support