AnalogIO / coffeecard_app

Cross-platform coffee card app for Cafe Analog
https://www.cafeanalog.dk/app
MIT License
6 stars 1 forks source link

Don't exclude test folder in code formatting and analysis #442

Closed fremartini closed 1 year ago

fremartini commented 1 year ago

With the introduction of additional linter rules, the test folder was excluded which resulted in intellisense no longer working when writing tests. This PR addresses this issue and no longer excludes the test folder from analysis

codecov[bot] commented 1 year ago

Codecov Report

Merging #442 (61c4179) into develop (71f73a3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #442   +/-   ##
========================================
  Coverage    57.26%   57.26%           
========================================
  Files           85       85           
  Lines          922      922           
========================================
  Hits           528      528           
  Misses         394      394           
Flag Coverage Δ
unittests 57.26% <ø> (ø)

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