hexya-erp / hexya

Hexya business application development framework
http://hexya.io
Apache License 2.0
411 stars 125 forks source link

Trigger recomputation of computed fields when a record is deleted #87

Closed npiganeau closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #87 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   87.42%   87.47%   +0.05%     
==========================================
  Files          64       64              
  Lines        7242     7258      +16     
==========================================
+ Hits         6331     6349      +18     
+ Misses        655      654       -1     
+ Partials      256      255       -1
Impacted Files Coverage Δ
src/models/base_model.go 93.09% <100%> (ø) :arrow_up:
src/models/rc_computed.go 80.26% <100%> (+3.7%) :arrow_up:
src/models/recordcollection.go 92.04% <100%> (+0.04%) :arrow_up:
src/models/cache.go 90.65% <0%> (+0.93%) :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 84fdef4...c80de08. Read the comment docs.