hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

lcov file is empty #653

Closed Trevizoalejandro15 closed 1 month ago

Trevizoalejandro15 commented 1 month ago

im running smalltalkCI locally in my windows PC and for some reason if i run the next lines the tests run but my lcov file is empty

bin/smalltalkci -s "Pharo64-10" --image /c/Users/luisp/locationOfImage.image /c/Users/locationOfSmalltalkSton/.smalltalk.ston

and this is my SmalltalkCISpec

SmalltalkCISpec {

testing : {

#include : {
  #packages : [ 'MyTests' ]
},
#coverage : {
  #packages : [ 'MyPackage to get  coverage' ],
  #format : #lcov
}

} }

fniephaus commented 1 month ago

Could you provide a reproducer please? I can't tell what the problem is. You can try debug it with the debug option.

Trevizoalejandro15 commented 1 month ago

yeah sure

image

Trevizoalejandro15 commented 1 month ago

just i ran it in linux, it dont works well in windows