Skip to content

LabCI

Compare
Choose a tag to compare
@k1o0 k1o0 released this 30 Apr 11:47
· 72 commits to master since this release
5726447

Added

  • any number of tasks may be added for a job, which are then executed in series
  • now serves a Webpage that shows the log in realtime
  • added a jobs endpoint to see which jobs are on the pile
  • stderr is piped to log file
  • flake8 errors are neatly captured in GitHub status description
  • param to skip checks when only ignored files changed
  • param to skip draft PR event checks

Modified

  • renamed MATLAB-CI to labCI
  • records endpoint can return pending jobs
  • tests badge endpoint returns 'error' on errored tests instead of 'unknown'
  • job waits for coverage calculation and updating of records before finishing
  • On successful completion of tests the duration is appended to the description