aecworks / aec.works-api

Backend for https://aec.works
GNU General Public License v3.0
5 stars 1 forks source link

[abbi] add content dump #108

Closed gtalarico closed 1 year ago

gtalarico commented 1 year ago

Adds DB, json fixture, and static image dump

codecov[bot] commented 1 year ago

Codecov Report

Base: 80.50% // Head: 80.54% // Increases project coverage by +0.03% :tada:

Coverage data is based on head (2c8db91) compared to base (8d210f8). Patch coverage: 50.00% of modified lines in pull request are covered.

:exclamation: Current head 2c8db91 differs from pull request most recent head f82bda7. Consider uploading reports for the commit f82bda7 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #108 +/- ## ========================================== + Coverage 80.50% 80.54% +0.03% ========================================== Files 60 56 -4 Lines 1734 1727 -7 ========================================== - Hits 1396 1391 -5 + Misses 338 336 -2 ``` | [Impacted Files](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks) | Coverage Δ | | |---|---|---| | [api/aecworks/settings.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2FlY3dvcmtzL3NldHRpbmdzLnB5) | `85.07% <ø> (-0.64%)` | :arrow_down: | | [api/common/exceptions.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2NvbW1vbi9leGNlcHRpb25zLnB5) | `30.61% <ø> (ø)` | | | [api/common/mixins.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2NvbW1vbi9taXhpbnMucHk=) | `33.33% <ø> (ø)` | | | [api/common/utils.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2NvbW1vbi91dGlscy5weQ==) | `50.60% <ø> (ø)` | | | [api/community/management/commands/groups.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2NvbW11bml0eS9tYW5hZ2VtZW50L2NvbW1hbmRzL2dyb3Vwcy5weQ==) | `83.33% <ø> (ø)` | | | [api/community/models.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2NvbW11bml0eS9tb2RlbHMucHk=) | `97.00% <ø> (ø)` | | | [api/community/services.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2NvbW11bml0eS9zZXJ2aWNlcy5weQ==) | `88.80% <ø> (ø)` | | | [api/community/views/claps.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2NvbW11bml0eS92aWV3cy9jbGFwcy5weQ==) | `100.00% <ø> (ø)` | | | [api/community/views/company.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2NvbW11bml0eS92aWV3cy9jb21wYW55LnB5) | `98.68% <ø> (ø)` | | | [api/community/views/company\_articles.py](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks#diff-YXBpL2NvbW11bml0eS92aWV3cy9jb21wYW55X2FydGljbGVzLnB5) | `70.83% <ø> (ø)` | | | ... and [8 more](https://codecov.io/gh/aecworks/aec.works-api/pull/108?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aecworks)

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