Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 985 Bytes

File metadata and controls

44 lines (29 loc) · 985 Bytes

git-coverage

Open test coverage uploaded to codecov in a web browser.

Usage

The following command uses git details:

$ git coverage  # https://app.codecov.io/gh/zimeg/git-coverage/tree/main

Flags

Options are available for customization:

  • --help: boolean. Print these usage details. Default: false
  • --branch: string. Fetch changes to inspect. Default: main
  • --path: string. Show a specific file. Default: .
  • --remote: string. Pick an upstream project. Default: origin

Installation

Add a build to $PATH for automatic detection:

$ mv ./path/to/git-coverage /usr/local/bin/

Read manual pages:

$ mv ./man/git-coverage.1 /usr/local/share/man/man1/
$ mandb
$ man git-coverage

Details

This project is licensed under the MIT license and is not affiliated with or endorsed by Codecov.