Text Reporter
Posts a pack of text logs , zipped as a GitHub Action artifact
- General execution log
mega-linter.log(same as ConsoleReporter log) - A separate log file for each processed linter
Usage
Get Artifacts on GitHub Actions
- Access GitHub action run

- Click on Artifacts then click on Mega-Linter reports

Get Artifacts on GitLab CI
- Access GitLabel CI job page

- In Job Artifacts section, click on Download
Other CI tools
- You can export
mega-linter.logand folder<WORKSPACE>/reportas external artifacts
- You can also use File.io Reporter or E-mail Reporter
Report folder structure
- Open the downloaded zip file and browse linters_logs folder for reports



Configuration
| Variable | Description | Default value |
|---|---|---|
| TEXT_REPORTER | Activates/deactivates reporter | true |
| TEXT_REPORTER_SUB_FOLDER | Sub-folder of reports folder containing text logs | linters_logs |