Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo-tarpaulin: 0.13.4 -> 0.14.0 #91526

Merged
merged 1 commit into from Jun 26, 2020

Conversation

HugoReeves
Copy link
Member

Motivation for this change

Cargo Tarpaulin minor version bump. See release notes.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Member

@mdlayher mdlayher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

$ nixpkgs-review pr 91526
$ git -c fetch.prune=false fetch --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/91526/head:refs/nixpkgs-review/1
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Total 8 (delta 6), reused 8 (delta 6), pack-reused 0
Unpacking objects: 100% (8/8), 1.32 KiB | 677.00 KiB/s, done.
From ssh://github.com/NixOS/nixpkgs
   860c5ca4a7a..29b75dc0742  master               -> refs/nixpkgs-review/0
   cb605536649..cf11c3c2cd5  refs/pull/91526/head -> refs/nixpkgs-review/1
$ git worktree add /home/matt/.cache/nixpkgs-review/pr-91526/nixpkgs 29b75dc07427063de9c7f76c472326652e280163
Preparing worktree (detached HEAD 29b75dc0742)
HEAD is now at 29b75dc0742 Merge pull request #91458 from mdlayher/mdl-corerad-0.2.7
$ git merge --no-commit cf11c3c2cd5a35dd580173139f1ed93cb7ecb1e2
Automatic merge went well; stopped before committing as requested
$ nix build --no-link --keep-going --option build-use-sandbox relaxed -f /home/matt/.cache/nixpkgs-review/pr-91526/build.nix
[5 built, 131 copied (1396.3 MiB), 370.4 MiB DL]
https://github.com/NixOS/nixpkgs/pull/91526
1 package built:
cargo-tarpaulin

$ nix-shell /home/matt/.cache/nixpkgs-review/pr-91526/shell.nix
these paths will be fetched (1.51 MiB download, 8.27 MiB unpacked):
  /nix/store/a4zs0slb4fmmr3js1ik2ckl282515k62-bash-interactive-4.4-p23-doc
  /nix/store/csdsyicqjal4viixw4ispx2hi17r0pz5-readline-7.0p5
  /nix/store/fdc7zi9sk8jlmw0rshcb585xawxb2r5m-bash-interactive-4.4-p23-dev
  /nix/store/k0bldh4a1blg50psfjfkmmsap6zkx9d1-bash-interactive-4.4-p23-man
  /nix/store/x4gd806afbgx0ag1jf8y7blzrrhiyx8q-bash-interactive-4.4-p23
  /nix/store/x718i4nnyhz46hrgmhb3xq6sijaq845x-bash-interactive-4.4-p23-info
copying path '/nix/store/a4zs0slb4fmmr3js1ik2ckl282515k62-bash-interactive-4.4-p23-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/x718i4nnyhz46hrgmhb3xq6sijaq845x-bash-interactive-4.4-p23-info' from 'https://cache.nixos.org'...
copying path '/nix/store/k0bldh4a1blg50psfjfkmmsap6zkx9d1-bash-interactive-4.4-p23-man' from 'https://cache.nixos.org'...
copying path '/nix/store/csdsyicqjal4viixw4ispx2hi17r0pz5-readline-7.0p5' from 'https://cache.nixos.org'...
copying path '/nix/store/x4gd806afbgx0ag1jf8y7blzrrhiyx8q-bash-interactive-4.4-p23' from 'https://cache.nixos.org'...
copying path '/nix/store/fdc7zi9sk8jlmw0rshcb585xawxb2r5m-bash-interactive-4.4-p23-dev' from 'https://cache.nixos.org'...

[nix-shell:~/.cache/nixpkgs-review/pr-91526]$ ./results/cargo-tarpaulin/bin/cargo-tarpaulin -V
cargo-tarpaulin version: 0.14.0

@danieldk danieldk merged commit c5bd37d into NixOS:master Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants