qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Add a background task to fetch qgis versions #297

Closed dimasciput closed 11 months ago

dimasciput commented 11 months ago

Implement #296

codecov-commenter commented 11 months ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.90 :tada:

Comparison is base (0a86431) 76.83% compared to head (5868679) 77.73%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #297 +/- ## ========================================== + Coverage 76.83% 77.73% +0.90% ========================================== Files 128 132 +4 Lines 4813 4937 +124 ========================================== + Hits 3698 3838 +140 + Misses 1115 1099 -16 ``` | [Impacted Files](https://app.codecov.io/gh/qgis/QGIS-Django/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qgis) | Coverage Δ | | |---|---|---| | [qgis-app/plugins/tasks/update\_qgis\_versions.py](https://app.codecov.io/gh/qgis/QGIS-Django/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qgis#diff-cWdpcy1hcHAvcGx1Z2lucy90YXNrcy91cGRhdGVfcWdpc192ZXJzaW9ucy5weQ==) | `100.00% <100.00%> (ø)` | | | [qgis-app/plugins/tests/test\_task.py](https://app.codecov.io/gh/qgis/QGIS-Django/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qgis#diff-cWdpcy1hcHAvcGx1Z2lucy90ZXN0cy90ZXN0X3Rhc2sucHk=) | `100.00% <100.00%> (ø)` | | | [qgis-app/plugins/tests/test\_utils.py](https://app.codecov.io/gh/qgis/QGIS-Django/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qgis#diff-cWdpcy1hcHAvcGx1Z2lucy90ZXN0cy90ZXN0X3V0aWxzLnB5) | `100.00% <100.00%> (ø)` | | | [qgis-app/plugins/utils.py](https://app.codecov.io/gh/qgis/QGIS-Django/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qgis#diff-cWdpcy1hcHAvcGx1Z2lucy91dGlscy5weQ==) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/qgis/QGIS-Django/pull/297/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qgis)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.