Skip to content

Commit

Permalink
Remove workspace flag from tarpaulin which breaks embassy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jasta committed Jul 30, 2023
1 parent e92b61f commit 9fb2166
Showing 1 changed file with 1 addition 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 @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tarpaulin
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Lcov --avoid-cfg-tarpaulin
run: cargo tarpaulin --verbose --all-features --timeout 120 --out Lcov --avoid-cfg-tarpaulin
- name: Coveralls Upload
uses: coverallsapp/github-action@1.1.3
with:
Expand Down

0 comments on commit 9fb2166

Please sign in to comment.