Skip to content

Commit

Permalink
docs for new flag disable-line-coverage
Browse files Browse the repository at this point in the history
Signed-off-by: sratslla <[email protected]>
  • Loading branch information
sratslla committed Aug 5, 2024
1 parent b272843 commit b61793a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion versioned_docs/version-2.0.0/running-keploy/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Here are some examples of how to use some common flags:
| Mode | Flags Available |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `record` | `-c, --command`, `--config-path`, `--containerName`, `-d, --delay`, `-n, --networkName`, `--passThroughPorts`, `-p, --path`, `--proxyport`, `--debug` |
| `test` | `--apiTimeout`, `-c, --command`, `--config-path`, `--containerName`, `-d, --delay`, `--mongoPassword`, `-n, --net, --networkName`, `--passThroughPorts`, `-p, --path`, `--proxyport`, `-t, --testsets`, `--debug`, `-g, --generateTestReport`, `--removeUnusedMocks`, `--coverage`, `--goCoverage`, `--ignoreOrdering` |
| `test` | `--apiTimeout`, `-c, --command`, `--config-path`, `--containerName`, `-d, --delay`, `--mongoPassword`, `-n, --net, --networkName`, `--passThroughPorts`, `-p, --path`, `--proxyport`, `-t, --testsets`, `--debug`, `-g, --generateTestReport`, `--removeUnusedMocks`, `--coverage`, `--goCoverage`, `--ignoreOrdering`, `--disable-line-coverage` |
| `gen` | `--sourceFilePath`, `--testFilePath`,`--coverageReportPath`,`--testCommand`,`--coverageFormat`,`--expectedCoverage`,`--maxIterations`,`--testDir`,`--llmBaseUrl`,`--model`,`--llmApiVersion` |
| `normailze` | `-p, --path`, `--test-run`, `--tests` |
| `rerecord` | `--test-sets`, `-t` |
Expand Down Expand Up @@ -211,6 +211,12 @@ keploy test [flags]
- `--skip-coverage` - skip code coverage computation while running the test cases
- `--disable-line-coverage` - skip line by line code coverage but display the total coverage.
```bash
keploy test -c "node src/app.js" --delay 10 --disable-line-coverage
```
- `--jacoco-agent-path` - Only applicable for test coverage for Java projects. You can override the jacoco agent jar by providing its path
## [gen](#gen)
Expand Down

0 comments on commit b61793a

Please sign in to comment.