Open alexAubin opened 3 years ago
The first one I'd like to try do a PR, the second one i don't have the knowledge.
There are some quirks upon installation with yunorunner_ynh:
config.py
lacks DEBUG
and PORT
keysciclic
has a hardcoded DOMAIN=localhost:4242
which should be imported from config.py
insteadA different handling and display for "the test miserably failed" (e.g. because it timed-out or some other epic crash) versus. "the app is level 0 / bad quality"
Maybe it would make sense to display the app level instead of done
? Then the available badges would be scheduled
, running
, failure
(for a failure of the CI itself), and level <level>
badges to show the result of the CI if it ran without failing?
/job/<jobname>
)