Skip to content

Commit

Permalink
Update tarpaulin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed May 16, 2023
1 parent 573d713 commit 765117c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Generate coverage report
run: |
cargo tarpaulin --verbose --features lua54,vendored,async,send,serialize,macros --out xml --exclude-files benches --exclude-files build --exclude-files mlua_derive --exclude-files src/ffi --exclude-files tests
cargo tarpaulin --out xml --tests --exclude-files benches/* --exclude-files src/ffi/*/*
- name: Upload report to codecov.io
uses: codecov/codecov-action@v3
Expand Down
8 changes: 8 additions & 0 deletions tarpaulin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[lua54_coverage]
features = "lua54,vendored,async,serialize,macros"

[lua51_coverage]
features = "lua51,vendored,async,serialize,macros"

[luau_coverage]
features = "luau,async,serialize,macros"

0 comments on commit 765117c

Please sign in to comment.