elm-coverage
elm-coverage copied to clipboard
Explorations
I've created a [sample project](https://github.com/robyoder/elm-coverage-bug/tree/custom-tests-location) to show the problem. ## STR 1. Install elm, elm-coverage, and elm-test globally. 2. `elm-coverage client/src -t client/tests` ## Expected It would work. This is...
Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.25 to 3.3.1 Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package...
Removes [ajv](https://github.com/ajv-validator/ajv). It's no longer used after updating ancestor dependency [chai-json-schema-ajv](https://github.com/up9cloud/chai-json-schema-ajv). These dependencies need to be updated together. Removes `ajv` Updates `chai-json-schema-ajv` from 2.0.1 to 5.2.4 Commits ba98598 5.2.4 5e4b544...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
The docs indicate that a custom tests location is supported using the `--tests` arg, but as shown in #44, this doesn't actually work. Resolves #44 The fix was a single...
The `--elm-test` arg was only working with absolute paths, and a locally installed copy of `elm` wouldn't work at all. Using `path.resolve` seemed like a pretty straightforward fix for `elm-test`,...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
I'm trying to integrate elm-coverage into my tooling, but I'm unable to get LCOV-compatible output for [coveralls](https://www.npmjs.com/package/coveralls). The description of this file format is described [here](http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php). Is this a feature...
I've created a [sample project](https://github.com/robyoder/elm-coverage-bug/tree/local-install) to show the problem. ## STR 1. `npm install` 2. `./node_modules/.bin/elm-coverage --elm-test ./node_modules/.bin/elm-test` ## Expected It would work. This is the documented way to use...
Sometimes it's nice to have an option to specify multiple paths where sources are located.