aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2021-07-19fix: Move from master to maingabrielgio
2021-07-19feat: Add page build to the pipelinegabrielgio
2021-07-18Merge branch 'main' of gitlab.com:gabrielgio/reddit-nextcloud-importergabrielgio
2021-07-18ref: Move to ptest-covgabrielgio
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/
2021-07-18ref: Move to ptest-covgabrielgio
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/
2021-07-18ref: Split test and coveragegabrielgio
Split `test` into two different jobs: `test` and `coverage`.
2021-07-18fix: Fix docker taggabrielgio
Pushing `<image>:latest` to the restistry.
2021-07-04feat: Remove initial processgabrielgio
Remove the process that downloads all the saved images. Now it only downloads the latest 100 and keeps watching for new saves.
2021-07-03Initial commitgabrielgio