1c3t3a / rust-socketio

An implementation of a socket.io client written in the Rust programming language.
MIT License
408 stars 74 forks source link

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

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

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 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)