Closed TanmayPatil105 closed 1 year ago
Merging #85 (8628c19) into main (8617d97) will increase coverage by
6.31%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #85 +/- ##
==========================================
+ Coverage 21.05% 27.36% +6.31%
==========================================
Files 4 4
Lines 399 391 -8
==========================================
+ Hits 84 107 +23
+ Misses 315 284 -31
Impacted Files | Coverage Δ | |
---|---|---|
src/fetch.cpp | 0.00% <0.00%> (ø) |
|
src/fetch.h | 80.88% <0.00%> (-10.23%) |
:arrow_down: |
src/main.cpp | 25.00% <0.00%> (+2.94%) |
:arrow_up: |
src/util.cpp | 100.00% <0.00%> (+56.92%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Fixed #83 and changed some variable names in
getOS
function.