Netflix / photon

Photon is a Java implementation of the Interoperable Master Format (IMF) standard. IMF is a SMPTE standard whose core constraints are defined in the specification st2067-2:2013
Apache License 2.0
237 stars 77 forks source link

Upgraded Gradle to newest version #277

Closed davidt-netflix closed 4 years ago

davidt-netflix commented 4 years ago

Additional changes/fixes include:

codecov[bot] commented 4 years ago

Codecov Report

Merging #277 into master will increase coverage by 0.32%. The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #277      +/-   ##
============================================
+ Coverage     67.62%   67.95%   +0.32%     
- Complexity     1657     1688      +31     
============================================
  Files           166      166              
  Lines         11566    11546      -20     
  Branches       1750     1731      -19     
============================================
+ Hits           7822     7846      +24     
+ Misses         2913     2884      -29     
+ Partials        831      816      -15     
Impacted Files Coverage Δ Complexity Δ
...main/java/com/netflix/imflibrary/app/IMPFixer.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...com/netflix/imflibrary/st0377/HeaderPartition.java 77.49% <0.00%> (-0.15%) 139.00 <1.00> (+2.00) :arrow_down:
...y/writerTools/CompositionPlaylistBuilder_2016.java 81.00% <50.00%> (+0.77%) 33.00 <0.00> (+2.00)
...n/java/com/netflix/imflibrary/app/IMPAnalyzer.java 53.07% <100.00%> (-0.82%) 36.00 <4.00> (+2.00) :arrow_down:
...tflix/imflibrary/st2067_100/OutputProfileList.java 69.64% <100.00%> (-0.63%) 41.00 <0.00> (ø)
.../main/java/com/netflix/imflibrary/Colorimetry.java 92.59% <0.00%> (-0.75%) 8.00% <0.00%> (ø%)
...2067_2/CompositionImageEssenceDescriptorModel.java 73.86% <0.00%> (-0.50%) 100.00% <0.00%> (+8.00%) :arrow_down:
...mflibrary/st2067_2/IMFCompositionPlaylistType.java 64.97% <0.00%> (-0.18%) 23.00% <0.00%> (-2.00%)
... and 33 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 110c684...674707e. Read the comment docs.