Skip to content

Commit

Permalink
docs: Add note about multiple coverage paths to README
Browse files Browse the repository at this point in the history
  • Loading branch information
darcy-rayner committed Apr 21, 2018
1 parent a7e1ed6 commit 41f116a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ schedule(istanbulCoverage({

// The location of the istanbul coverage file.
coveragePath: "./coverage/coverage-summary.json",
// Alternatively, if you have multiple coverage summaries, you can merge them into one report
coveragePaths: ["./dir1/coverage-summary.json", "./dir2/coverage-summary.json"]

// Which set of files to summarise from the coverage file.
reportFileSet: "all", // || "modified" || "created" || "createdOrModified"
Expand Down

0 comments on commit 41f116a

Please sign in to comment.