dave / courtney

Courtney is a coverage tool for Go
MIT License
168 stars 27 forks source link

Fails with recursive relative test paths #17

Closed imsodin closed 4 years ago

imsodin commented 4 years ago

If I run courtney in my local checkout for a subdir recursively, it fails:

simon@simon-x220-deb:/media/ext4_data/Coding/go/src/github.com/syncthing/syncthing
$ courtney -short ./lib/...
Dir not found for ./lib

With a single package it runs but without result:

simon@simon-x220-deb:/media/ext4_data/Coding/go/src/github.com/syncthing/syncthing
$ courtney -short ./lib/db
No results

With the package spec from github it runs just fine producing results both recursively and not.

imsodin commented 4 years ago

This is a duplicate of #16 - didn't come to mind to attribute the failures to go modules.