Age | Commit message (Collapse) | Author |
|
As it turns out there is already a project that does what I want but
better.
|
|
|
|
|
|
|
|
Gitbook is too much for a single README page.
|
|
|
|
|
|
|
|
Instead of using `coverage` which is not supported in the gitlab ce I'll
be using `pytest-cov` to report a proper coverage in the job panel.
Reference:
https://docs.gitlab.com/ee/ci/pipelines/settings.html#test-coverage-parsing
https://www.cypress.io/blog/2019/10/22/show-code-coverage-on-gitlab-ci/
|
|
Instead of using `coverage` which is not supported in the gitlab ce I'll
be using `pytest-cov` to report a proper coverage in the job panel.
Reference:
https://docs.gitlab.com/ee/ci/pipelines/settings.html#test-coverage-parsing
https://www.cypress.io/blog/2019/10/22/show-code-coverage-on-gitlab-ci/
|
|
Split `test` into two different jobs: `test` and `coverage`.
|
|
Pushing `<image>:latest` to the restistry.
|
|
Remove the process that downloads all the saved images. Now it only
downloads the latest 100 and keeps watching for new saves.
|
|
|