Skip to content

Commit

Permalink
lib/cargoTarpaulin: lowercase --out xml argument
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Sep 29, 2023
1 parent 3de322e commit 656d562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ Except where noted below, all derivation attributes are delegated to
- Default value: `""`
* `cargoTarpaulinExtraArgs`: additional flags to be passed in the cargo
tarpaulin invocation
- Default value: `"--skip-clean --out Xml --output-dir $out"`
- Default value: `"--skip-clean --out xml --output-dir $out"`
* `doNotLinkInheritedArtifacts` will be set to `true` if not specified.

#### Native build dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/cargoTarpaulin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:

{ cargoExtraArgs ? ""
, cargoTarpaulinExtraArgs ? "--skip-clean --out Xml --output-dir $out"
, cargoTarpaulinExtraArgs ? "--skip-clean --out xml --output-dir $out"
, ...
}@origArgs:
let
Expand Down

0 comments on commit 656d562

Please sign in to comment.