canonical / mir-ci

Mir CI helpers
1 stars 1 forks source link

Use XDG output protocol to position cursor in absolute coordinates #34

Closed wmww closed 1 year ago

wmww commented 1 year ago

fixes #31

codecov[bot] commented 1 year ago

Codecov Report

Merging #34 (41f1670) into main (25df7c0) will decrease coverage by 1.25%. The diff coverage is 27.02%.

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   47.81%   46.56%   -1.25%     
==========================================
  Files           7        7              
  Lines         458      481      +23     
  Branches       49       53       +4     
==========================================
+ Hits          219      224       +5     
- Misses        226      244      +18     
  Partials       13       13              
Impacted Files Coverage Δ
frame/screencopy_tracker.py 24.32% <25.00%> (ø)
frame/virtual_pointer.py 38.09% <27.27%> (-9.41%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

AlanGriffiths commented 1 year ago

Is the Codecov Report meaningful here? It says that most of this is unused...

Saviq commented 1 year ago

Is the Codecov Report meaningful here? It says that most of this is unused...

We only measure the coverage by self tests, and indeed they don't cover these at the moment.