Skip to content

Commit

Permalink
ci: update code coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef authored and bochaco committed Feb 20, 2023
1 parent e6900c7 commit c45c63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
uses: actions-rs/tarpaulin@v0.1
with:
args: '-v --release --out Lcov -- --skip echo_service --skip multiple_connections_with_many_larger_concurrent_messages' # tests would timeout on CI
version: "0.15.0"
out-type: Lcov
- name: Push code coverage results to coveralls.io
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit c45c63a

Please sign in to comment.