You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugin-coverage/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ The plugin accepts the following parameters:
117
117
118
118
-`coverageTypes`: An array of types of coverage that you wish to track. Supported values: `function`, `branch`, `line`. Defaults to all available types.
119
119
-`reports`: Array of information about files with code coverage results - paths to results, path to project root the results belong to. LCOV format is supported for now.
120
+
- If you have an `nx` monorepo, you can adjust our helper function `getNxCoveragePaths` to get the path information automatically.
120
121
- (optional) `coverageToolCommand`: If you wish to run your coverage tool to generate the results first, you may define it here.
121
122
- (optional) `perfectScoreThreshold`: If your coverage goal is not 100%, you may define it here in range 0-1. Any score above the defined threshold will be given the perfect score. The value will stay unaffected.
0 commit comments