Skip to content

Commit d330ec0

Browse files
committed
ci: exclude bench files from tarpaulin coverage
1 parent 8c0e874 commit d330ec0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: cargo install cargo-tarpaulin
8585

8686
- name: Generate coverage
87-
run: cargo tarpaulin --all-features --out lcov --output-dir ./coverage -- --test-threads=1
87+
run: cargo tarpaulin --all-features --out lcov --output-dir ./coverage --exclude-files "benches/*" -- --test-threads=1
8888

8989
- name: Upload to Coveralls
9090
uses: coverallsapp/github-action@v2

winget/manifests/i/igorls/context-builder/0.8.2/igorls.context-builder.locale.en-US.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PackageLocale: en-US
66
Publisher: igorls
77
PublisherUrl: https://github.com/igorls
88
PublisherSupportUrl: https://github.com/igorls/context-builder/issues
9-
Author: Igor L. Santos
9+
Author: Igor Lins e Silva
1010
PackageName: Context Builder
1111
PackageUrl: https://github.com/igorls/context-builder
1212
License: MIT

0 commit comments

Comments
 (0)