Skip to content

Commit

Permalink
release 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Jul 22, 2024
2 parents 8d7ad30 + 6ba1135 commit d7bb8b2
Show file tree
Hide file tree
Showing 34 changed files with 714 additions and 411 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
env:
RUST_BACKTRACE: 1
RUST_LOG: "cargo_tarpaulin=trace,llvm_profparser=trace"

jobs:
linux:
Expand All @@ -31,6 +32,8 @@ jobs:
components: rustfmt
- name: cache
uses: Swatinem/rust-cache@v2
- name: check_non_default
run: cargo check --no-default-features
- name: test
run: cargo test
- uses: actions/upload-artifact@v3
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@
From 2019 onwards, all notable changes to tarpaulin will be documented in this
file.

## [0.31.0] 2024-07-22
### Added
- Ability to remove coveralls from the build making openssl optional.

### Changed
- No longer print rustflags for report configs with `--print-rust-flags`
- Now use source code to get function names and locations instead of debug information

## [0.30.0] 2024-05-10
### Changed
- Upgraded to syn2 and removed branch coverage module. This only had impact in debug dumps so shouldn't impact users
- Ignore type definitions in trait implementations
- Upgrade llvm-profparsers crate and now use sub-report filtering to skip dependency only coverage stats

## [0.29.2] 2024-05-08
### Changed
Expand Down
Loading

0 comments on commit d7bb8b2

Please sign in to comment.