Skip to content

dodopizza/dotcover-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetBrains DotCover Github Action

Inputs

dotCoverCommand

Command to pass to DotCover. e.g. cover

configFile

Path to a configfile to pass to DotCover.

Example usage

uses: dodopizza/dotcover-action@v1
with:
  dotCoverCommand: cover
  configFile: dotcover.xml