rfsbraz / deleterr

Deleterr is a Python script designed to help you manage available disk space in your Plex media server.
MIT License
118 stars 6 forks source link

Test coverage increase #89

Closed rfsbraz closed 3 months ago

rfsbraz commented 3 months ago

In order to make Deleterr more easily extendable I want to refactor the architecture into a data pipeline architecture, but for that I need to first increase the test coverage so that I can guarantee compatibility.

github-actions[bot] commented 3 months ago

:robot: A Docker image for this PR is available to test with:

docker run -e LOG_LEVEL=DEBUG --rm -v ./config:/config -v ./logs:/config/logs ghcr.io/rfsbraz/deleterr:pr-89

This assumes you have a config and logs directory where you're running the command. You can adjust the volume mounts as needed.

sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
22.8% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
87.6% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud