facebookarchive / contest

Run continuous and on-demand system testing for real and virtual hardware
MIT License
32 stars 15 forks source link

ignore macos .DS_Store files #294

Closed tfg13 closed 3 years ago

tfg13 commented 3 years ago

Finder (file explorer) likes to drop these files everywhere

codecov[bot] commented 3 years ago

Codecov Report

Merging #294 (9e72534) into master (61fad9f) will increase coverage by 1.89%. The diff coverage is n/a.

:exclamation: Current head 9e72534 differs from pull request most recent head 672e270. Consider uploading reports for the commit 672e270 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #294      +/-   ##
==========================================
+ Coverage   67.48%   69.37%   +1.89%     
==========================================
  Files         136      136              
  Lines        6591     7580     +989     
==========================================
+ Hits         4448     5259     +811     
- Misses       1645     1813     +168     
- Partials      498      508      +10     
Flag Coverage Δ
e2e 47.31% <ø> (+1.97%) :arrow_up:
integration 58.97% <ø> (+1.50%) :arrow_up:
unittests 50.92% <ø> (+1.10%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/logging/logger.go 15.15% <0.00%> (-5.91%) :arrow_down:
pkg/xcontext/logger/internal/wrap_printf.go 84.61% <0.00%> (-5.39%) :arrow_down:
pkg/target/target.go 55.55% <0.00%> (-5.32%) :arrow_down:
pkg/xcontext/bundles/options.go 64.70% <0.00%> (-1.97%) :arrow_down:
pkg/xcontext/logger/internal/log_level.go 75.00% <0.00%> (-1.93%) :arrow_down:
pkg/xcontext/context.go 62.50% <0.00%> (-1.35%) :arrow_down:
plugins/targetlocker/noop/noop.go 73.68% <0.00%> (-1.32%) :arrow_down:
cmds/clients/contestcli/cli/verbs.go 56.63% <0.00%> (-1.31%) :arrow_down:
pkg/xcontext/logger/logadapter/logrus/wrapper.go 46.51% <0.00%> (-0.55%) :arrow_down:
pkg/job/events.go 100.00% <0.00%> (ø)
... and 124 more

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 61fad9f...672e270. Read the comment docs.