Skip to content

Commit

Permalink
Add basic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Jun 13, 2024
1 parent f7b4d41 commit 6aba845
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/docs/cli/coverage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# `coverage` command

:octicons-tag-24: 0.9.0

## Usage

```
nf-test coverage
```

The `coverage` command prints information about the number of Nextflow files that are covered by a test.

### Optional Arguments

#### `--csv <filename>`
Writes a coverage report in csv format.

#### `--html <filename>`
Writes a coverage report in html format.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ nav:
- generate: docs/cli/generate.md
- test: docs/cli/test.md
- list: docs/cli/list.md
- coverage: docs/cli/coverage.md
- clean: docs/cli/clean.md
- Configuration: docs/configuration.md
- Plugins:
Expand Down

0 comments on commit 6aba845

Please sign in to comment.