Documentation
¶
Overview ¶
artifact publishes CI artifacts to the repository wiki. It accepts one or more type:file arguments and pushes them all in a single commit.
Supported types:
- test-results: JUnit XML → Test-Results.md (markdown table)
- coverage-report: HTML coverage → Coverage.html
Required environment variables:
- FORGEJO_TOKEN: personal access token with wiki write permission
- WIKI_SERVER: Forgejo server URL, e.g. https://codeberg.org
- WIKI_REPO: repository path, e.g. lyda/bulletin
Usage:
artifact test-results:report.xml coverage-report:coverage.html
Click to show internal directories.
Click to hide internal directories.