Closed albireox closed 4 years ago
Merging #7 into master will increase coverage by
0.17%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #7 +/- ##
==========================================
+ Coverage 93.54% 93.72% +0.17%
==========================================
Files 13 13
Lines 868 892 +24
Branches 156 159 +3
==========================================
+ Hits 812 836 +24
Misses 22 22
Partials 34 34
Impacted Files | Coverage Δ | |
---|---|---|
basecam/exposure.py | 100% <100%> (ø) |
:arrow_up: |
basecam/camera.py | 94.64% <100%> (+0.02%) |
: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 3757d08...45c1d72. Read the comment docs.
Provides a new class,
ImageNamer
that provides sequential image filenames based on a basename template. This can be expanded upon later to create image namers that have more complicated templates (e.g., using attributes from the camera instance) or timestamps.Closes #3.