aboutsummaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Collapse)Author
2021-07-27feat: Move to gallery-dlgabrielgio
As it turns out there is already a project that does what I want but better.
2021-07-27feat: Add two more optionsgabrielgio
* from beginning: it will download all available saved posts. * log level: it will set a log level to logging lib.
2021-07-26fix: Various fixesgabrielgio
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-14fix: Fix pathinggabrielgio
The module imports aren't working.