fairnesscoop / pictyschool

Open source and eco design school photo management software (work in progress)
MIT License
7 stars 0 forks source link

List and count shootings #80

Closed mmarchois closed 3 years ago

mmarchois commented 3 years ago

Cette PR permet de lister les prises de vues. Toutes les photos seront désormais reliées à une prise de vue (et non à une école) qui a une date de prise de vue et une date limite de commande.

codecov[bot] commented 3 years ago

Codecov Report

Merging #80 (fc21c35) into master (d35d867) will decrease coverage by 0.11%. The diff coverage is 89.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
- Coverage   93.35%   93.24%   -0.12%     
==========================================
  Files         161      166       +5     
  Lines        1565     1598      +33     
  Branches       64       64              
==========================================
+ Hits         1461     1490      +29     
- Misses        104      108       +4     
Impacted Files Coverage Δ
...astructure/School/Repository/ShootingRepository.ts 41.66% <0.00%> (-20.84%) :arrow_down:
...hool/Query/Shooting/CountShootingsBySchoolQuery.ts 100.00% <100.00%> (ø)
...ery/Shooting/CountShootingsBySchoolQueryHandler.ts 100.00% <100.00%> (ø)
...School/Query/Shooting/GetShootingsBySchoolQuery.ts 100.00% <100.00%> (ø)
...Query/Shooting/GetShootingsBySchoolQueryHandler.ts 100.00% <100.00%> (ø)
api/src/Application/School/View/ShootingView.ts 100.00% <100.00%> (ø)
api/src/Domain/School/Shooting.entity.ts 96.77% <100.00%> (ø)
... and 2 more

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 d35d867...fc21c35. Read the comment docs.