Does c8 support config files?
See original GitHub issueRather than specifying the settings as flags is there support for including a config file (json format)?
This could be standalone, for example:
.ava.config.json
Or included in the package manifest package.json
. Perhaps using the same format as jest?
{
"name": "my-project",
"ava": {
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 80,
"lines": 80,
"statements": -10
}
}
}
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (5 by maintainers)
Top Results From Across the Web
c8 | Yarn - Package Manager
CLI Options / Configuration c8 can be configured via command-line flags, a c8 section in package. json , or a JSON configuration file...
Read more >LG C8 OLED Calibration Settings - RTINGS.com
We used the following calibration settings to review the LG 55" C8 (OLED55C8PUA), and we expect them to be valid for the 65"...
Read more >Polycom® SoundStructure® C16, C12, C8, and SR12
A single SoundStructure C16, C12, or C8 device supports 16, 12, or 8 microphone ... A SoundStructure configuration file is a binary file...
Read more >Coverage | Guide - Vitest
Both c8 and istanbul support are optional. By default, c8 will be used. You can select the coverage tool by setting test.coverage.provider ...
Read more >HP Switch Software - Using the CLI - HPE Support Center
CLI commands are not case-sensitive. When end-user use the CLI to make a configuration change, the switch writes the change to the Running-Config...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah. But this issue is still valid; there’s no documentation about which config files are supported 😃
Oh, I should also add, once you have this configuration file you can create a badge based on it:
https://shields.io/category/coverage