-
I am using KiBOT in a CI workflow from github actions. The github action defines a general outputs directory :
Then in config.kibot.yaml I have
expecting the reports to go to outputs/reports, but that does not work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Look in the logs where are the ERC reports stored, also try -vvvv instead of just --verbose
The ERCOptions parameters link explains the available options.
So just run it in your machine! Download docker, pull the docker image and run it locally.
https://github.com/INTI-CMNB/KiBot/tree/master/tests/yaml_samples Look for files named erc_k8 and similar |
Beta Was this translation helpful? Give feedback.
-
Thanks,
becomes
Specifying options simply means you list them below 'erc:' in a section with one more indent |
Beta Was this translation helpful? Give feedback.
Thanks,
most of the examples still use the older 'run_drc' style, but I managed to find the solution in there anyway.
So
becomes
Specifying options simply means you list them below 'erc:' in a section with one more indent