Closed andrecastro0o closed 3 years ago
ROBOT report produces very comprehensive reports of an ontology including failure and warnings. The idea is to ingrate it in the ontology testing github actions to validate the ontology and detect issues early one.
To do the implementation, the action should:
robot report
ROBOT report example:
$ robot report --input mato.ttl --output report.txt Violations: 19 ----------------- ERROR: 3 WARN: 13 INFO: 3
Resulting report.txt
Examples of workflow:
ROBOT report produces very comprehensive reports of an ontology including failure and warnings. The idea is to ingrate it in the ontology testing github actions to validate the ontology and detect issues early one.
To do the implementation, the action should:
robot report