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

chore(deps): bump cargo-tarpaulin from 0.18.5 to 0.25.1 #472

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps cargo-tarpaulin from 0.18.5 to 0.25.1.

Release notes

Sourced from cargo-tarpaulin's releases.

0.25.1

Changed

  • Improve logs for processing stripped projects with ptrace
  • Skip missing objects provided by --objects if they aren't present when getting reports
  • No longer canonicalise potentially missing paths for --objects

0.25.0

Added

  • --objects argument to provide other object files with coverage information
  • --no-dead-code flag to avoid adding -Clink-dead-code to linker flags
  • ptrace support for x86

Changed

  • Dumped traces are now saved to reports output directory
  • Change event log name to print datetime stamps without colons or slashes so they'll save in other operating systems
  • Set LLVM_PROFILE_FILE for building tests and delete the generated profraws to ignore build script coverage
  • Remove dependency on memmap
  • Filter out expressions or items with #[cfg_attr(tarpaulin, no_coverage)]

0.24.0

Added

  • Merge rustdocflags field from cargo/config.toml with env tarpaulin sets

Changed

  • Create profraw folder if it doesn't exist
  • Normalise UNC paths provided via env or CLI args
  • Make output directory crate root if not provided
  • If root is not provided fall-back to root from manifest for base directory when printing reports not the current directory
  • Change exclude-files pattern to use glob crate instead of a regex
  • Set LLVM_PROFILE_FILE so profraw files go directly to target dir
  • Make llvm coverage single threaded to avoid concurrency issues when writing profraw files

0.22.0

No release notes provided.

0.21.0

No release notes provided.

0.20.1

No release notes provided.

0.20.0

No release notes provided.

0.19.1

No release notes provided.

... (truncated)

Changelog

Sourced from cargo-tarpaulin's changelog.

[0.25.1] 2023-02-26

Changed

  • Improve logs for processing stripped projects with ptrace
  • Skip missing objects provided by --objects if they aren't present when getting reports
  • No longer canonicalise potentially missing paths for --objects

[0.25.0] 2023-01-30

Added

  • --objects argument to provide other object files with coverage information
  • --no-dead-code flag to avoid adding -Clink-dead-code to linker flags
  • ptrace support for x86

Changed

  • Dumped traces are now saved to reports output directory
  • Change event log name to print datetime stamps without colons or slashes so they'll save in other operating systems
  • Set LLVM_PROFILE_FILE for building tests and delete the generated profraws to ignore build script coverage
  • Remove dependency on memmap
  • Filter out expressions or items with #[cfg_attr(tarpaulin, no_coverage)]

[0.24.0] 2023-01-24

Added

  • Merge rustdocflags field from cargo/config.toml with env tarpaulin sets

Changed

  • Create profraw folder if it doesn't exist
  • Normalise UNC paths provided via env or CLI args
  • Make output directory crate root if not provided
  • If root is not provided fall-back to root from manifest for base directory when printing reports not the current directory
  • Change exclude-files pattern to use glob crate instead of a regex
  • Set LLVM_PROFILE_FILE so profraw files go directly to target dir
  • Make llvm coverage single threaded to avoid concurrency issues when writing profraw files

[0.23.1] 2022-11-18

Changed

  • Fix linux cfg instead of ptrace_supported cfg on event log for ARM linux builds

[0.23.0] 2022-11-18

Changed

  • Look for existing profraws before spawning test
  • Add empty <a> wrapping elements to improve mouseless navigation of HTML reports #1120
  • Disable ptrace engine support for non-x64 architectures

Removed

  • Travis install script - users should use one of the other fast install tools

[0.22.0] 2022-10-09

Added

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cargo-tarpaulin](https://github.com/xd009642/tarpaulin) from 0.18.5 to 0.25.1.
- [Release notes](https://github.com/xd009642/tarpaulin/releases)
- [Changelog](https://github.com/xd009642/tarpaulin/blob/develop/CHANGELOG.md)
- [Commits](xd009642/tarpaulin@0.18.5...0.25.1)

---
updated-dependencies:
- dependency-name: cargo-tarpaulin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants