Closed chongr closed 2 years ago
Merging #6 (4af79e4) into main (2300816) will increase coverage by
75.00%
. The diff coverage is75.00%
.
@@ Coverage Diff @@
## main #6 +/- ##
=========================================
+ Coverage 0 75.00% +75.00%
=========================================
Files 0 1 +1
Lines 0 4 +4
=========================================
+ Hits 0 3 +3
- Misses 0 1 +1
Impacted Files | Coverage Δ | |
---|---|---|
main.go | 75.00% <75.00%> (ø) |
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 2300816...4af79e4. Read the comment docs.
This diff does not deal with some discussion in #4 about how to actually load these vars - that can be added in another diff this just provides where those vars will go (I'll add another task for that)
discussed in #4 wasn't sure exactly how to seperate out the config values so just wrote the ones I was thinking of so we could discuss where they should go.
Also provide skeleton for the repo so work can be split and added to the different interfaces