Steve McClure
Steve McClure
As a result of #1513 in release 2.14.0, we are having trouble interacting with our own "elements under test" that are added to the document body, as these are no...
We'd like to use a tool like [Axe](https://github.com/dequelabs/axe-core) to help lockdown [WCAG](https://developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG) rules for accessibility, but the QUnit page itself has some violations that we are forced to filter out....
My `.gcno` files get transformed into `.gcov` files that end up looking like the following: ``` -: 99: -: 100:template #####: 101:void times2(T x) { #####: 102: return 2*x; -:...
``` $ curl -L https://coveralls.io/coveralls-linux.tar.gz | tar -xz -C . $ ./coveralls --help Coveralls Coverage Reporter v0.6.14 Usage: coveralls [command] [options] report Report coverage done Call a webhook after all...