envdoc icon indicating copy to clipboard operation
envdoc copied to clipboard

Fix files flag for windows

Open g4s8 opened this issue 1 year ago • 2 comments

  • Enable Windows CI build
  • Fix Windows file path separator

Fix: #43

g4s8 avatar Dec 06 '24 09:12 g4s8

Codecov Report

Attention: Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.38%. Comparing base (944acfd) to head (7d6f17f).

Files with missing lines Patch % Lines
ast/testhelper.go 40.00% 2 Missing and 1 partial :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   71.53%   71.38%   -0.15%     
==========================================
  Files          32       32              
  Lines        1061     1066       +5     
==========================================
+ Hits          759      761       +2     
- Misses        261      263       +2     
- Partials       41       42       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 06 '24 09:12 codecov[bot]

I'm running into this issue, where envdoc doesn't match any files while using bash on Windows:

# CONV: skip file "internal\\config\\config.go"

@g4s8 could you kindly take a look at this?

Stogas avatar Oct 04 '25 19:10 Stogas