zxch3n / PomodoroLogger

Pomodoro Logger :clock930: -- When a time tracker meets Pomodoro and Kanban board
GNU General Public License v3.0
1k stars 125 forks source link

fix: keep requesting for permission on mac #238

Closed zxch3n closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #238 (5e128c8) into master (89941e0) will decrease coverage by 0.10%. The diff coverage is 95.23%.

:exclamation: Current head 5e128c8 differs from pull request most recent head df355ed. Consider uploading reports for the commit df355ed to get more accurate results

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
- Coverage   82.29%   82.18%   -0.11%     
==========================================
  Files          35       35              
  Lines        1423     1538     +115     
  Branches      181      212      +31     
==========================================
+ Hits         1171     1264      +93     
- Misses        246      256      +10     
- Partials        6       18      +12     
Impacted Files Coverage Δ
src/renderer/components/Timer/action.ts 73.61% <0.00%> (+2.81%) :arrow_up:
src/renderer/monitor/UsageRecorder.ts 91.57% <ø> (+0.27%) :arrow_up:
.../renderer/components/Kanban/Card/formatMarkdown.ts 65.21% <100.00%> (-4.79%) :arrow_down:
src/renderer/components/Kanban/List/action.ts 93.57% <100.00%> (-0.66%) :arrow_down:
src/renderer/components/Kanban/tagManager.ts 15.78% <0.00%> (-2.97%) :arrow_down:
src/renderer/workers/BaseWorker.ts 89.65% <0.00%> (-2.94%) :arrow_down:
src/main/learner/appKnn.ts 75.93% <0.00%> (-2.40%) :arrow_down:
src/renderer/utils.ts 41.86% <0.00%> (-1.95%) :arrow_down:
src/shared/efficiency/efficiency.ts 95.45% <0.00%> (-0.85%) :arrow_down:
... and 14 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more