Closed doyubkim closed 3 years ago
Merging #319 (5e57f4c) into main (5b417c0) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #319 +/- ##
=======================================
Coverage 68.66% 68.66%
=======================================
Files 536 536
Lines 39420 39420
=======================================
Hits 27068 27068
Misses 12352 12352
Impacted Files | Coverage Δ | |
---|---|---|
src/tests/unit_tests/timer_tests.cpp | 100.00% <100.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 5b417c0...5e57f4c. Read the comment docs.
@doyubkim Thanks for the fix! 😄
For some reason std::chrono::steady_clock and std::this_thread::sleep_for is not super accurate on MinGW + gcc combination. Just relaxing the test criteria a bit.