Wyatt Kirby

Results 42 comments of Wyatt Kirby

@nickmerwin No problem. I had to change the extension to `.txt` to get it to upload, but this is what comes out of `mocha` when I run locally. [lcov.info.txt](https://github.com/nickmerwin/node-coveralls/files/819996/lcov.info.txt)

@nickmerwin Doing some math that I failed to do earlier, it looks like the 12 ignored branches are not ignored by `coveralls` (75-12 = 63). Is this intentional?

@anehx I'm pretty sure these numbers are correct — behind the scenes the `es6` is still being transpiled. Those ignored branches are ignored because they're the result of the transpiling....

@nickmerwin Any luck on the original issue, where it appears ignored branches aren't being sent to coveralls correctly?

I don't see anything that's output into the `lcov.info` file that would indicate which branches are hit or skipped, but the test suite is correctly outputting the `BRF` and `BRH`...

For sure. I'm pretty confident that this is a side effect of testing an `es6` class. Our command using `isparta` in place of `istanbul` seems to transpile the `es6` class...

@vitaly-t Thanks! We bumped down to `2.11.16` and it fixed our coverage issue as well. @nickmerwin On version `2.11.16` we're sending up the exact same `lcov` file, but getting a...

I got nothing. I'd love a response from the dev team.

How is this issue still open? It seems wild that in 2023 you still can't: ```jsx const formRef = useRef(); return ( {...} ); ``` And get a ref to...

@jfmoy I'm really, really sad to hear this. Fraise is still my favorite editor; the straightforward interface is perfect, and it's neither too basic nor overloaded with unnecessary features. Since...