Simon Schmid
Simon Schmid
I thank you! I gave it a try: ``` kcov: error: Unknown key bash-force-stderr-input ``` See this run, step "Test Coverage" https://github.com/sschmid/kcov-sample/actions/runs/10889043350/job/30214821835 Is this correct? Looks like there is sth...
Ok thanks! Unfortunately, it's back to infinite loop, see this run, step "Test Coverage" https://github.com/sschmid/kcov-sample/actions/runs/10889171578/job/30215220875 ``` kcov \ --debug-force-bash-stderr \ --include-path=src \ ${{ github.workspace }}/coverage \ test/bats/bin/bats --tap test ```...
Hi @SimonKagstrom, I see you've tagged a commit with this issue. Let me know if I can help test something!
@jack-rann Awesome! Thanks a lot! I updated the sample project, seems to work 🤩 I invoke `kcov` like this now: ``` kcov \ --bash-parser="$(which bash)" \ --include-path=src \ ${{ github.workspace...
Btw, in the meantime I tried to make it work with `bashcov`. I couldn't make it work (and will keep using `kcov`), but turns out they have a similar issue...
I'm happy to report that it also worked testing it on the real project running 125 tests: https://github.com/sschmid/pw-terminal-password-manager/actions/runs/10942688064 @SimonKagstrom Thank you so much for this project! Thanks @jack-rann for finding...
@SimonKagstrom Ok cool! Fyi, homebrew used to install into `/usr/local/bin` too, but starting with Apple M1 silicon, it installs into `/opt/homebrew/bin`
@jack-rann you can ping me on your new issue if you want, I also have unreadable `bats` output in some of my projects and can provide logs and help. >...
Hi! True, each ref to another class is a jump, but you can use classes in components. In your case I think the following makes sense, also avoiding an additional...
Thank you for your interest in the project and for reaching out! Entitas is not abandoned. I've been inactive on development for a (longer) while, but I plan to resume...