tibonto / mato

Machine and Tool Ontology
GNU General Public License v3.0
0 stars 0 forks source link

Include ROBOT report onto Github actions tests #3

Closed andrecastro0o closed 3 years ago

andrecastro0o commented 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:

andrecastro0o commented 3 years ago

ROBOT report example:

$ robot report --input mato.ttl --output report.txt
Violations: 19
-----------------
ERROR:      3
WARN:       13
INFO:       3

Resulting report.txt

andrecastro0o commented 3 years ago

Examples of workflow: