aecworks / aec.works-api

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

Creates and Apply Revision on Company Create #79

Closed gtalarico closed 3 years ago

gtalarico commented 3 years ago

This creates a 1st revision after company is created. It makes sure we can revert to first version

codecov[bot] commented 3 years ago

Codecov Report

Merging #79 (dcd96c9) into master (8f01cbe) will decrease coverage by 0.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
- Coverage   85.03%   85.02%   -0.01%     
==========================================
  Files          63       64       +1     
  Lines        1844     1863      +19     
==========================================
+ Hits         1568     1584      +16     
- Misses        276      279       +3     
Impacted Files Coverage Δ
api/community/services.py 91.30% <0.00%> (-1.62%) :arrow_down:
api/community/views/company.py 84.14% <0.00%> (-0.73%) :arrow_down:
tests/test_communities/test_selectors.py
api/community/annotations.py 100.00% <0.00%> (ø)
tests/test_communities/test_annotations.py 100.00% <0.00%> (ø)
api/community/selectors.py 80.85% <0.00%> (+1.25%) :arrow_up:
api/community/views/comments.py 100.00% <0.00%> (+2.08%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8f01cbe...dcd96c9. Read the comment docs.