Closed pkgw closed 2 years ago
Merging #78 (0d112b2) into master (a7304d9) will decrease coverage by
0.01%
. The diff coverage is73.84%
.
@@ Coverage Diff @@
## master #78 +/- ##
==========================================
- Coverage 75.37% 75.36% -0.02%
==========================================
Files 23 23
Lines 3432 3454 +22
==========================================
+ Hits 2587 2603 +16
- Misses 845 851 +6
Impacted Files | Coverage Δ | |
---|---|---|
toasty/cli.py | 79.82% <65.38%> (-0.49%) |
:arrow_down: |
toasty/toast.py | 80.98% <79.48%> (ø) |
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 a7304d9...0d112b2. Read the comment docs.
Here we augment the
check-avm
tool to provide slightly more verbose information about the AVM information in an image, specifically whether spatial information is present and/or seems to be correct for the image in question.We also start requiring
wwt_data_formats >= 0.13
, which adds support for correctly computing constellation information for Places. We get these "for free" since these get computed automatically by the APIs we use.