Skip to content

Commit

Permalink
fix: tarpaulin action
Browse files Browse the repository at this point in the history
  • Loading branch information
Uinelj committed Aug 31, 2023
1 parent d6a73cb commit 2634214
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ main, dev ]
branches: [main, dev]
pull_request:
branches: [ main, dev ]
branches: [main, dev]
env:
CARGO_TERM_COLOR: always

Expand All @@ -22,7 +22,10 @@ jobs:

- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
continue-on-error: true
with:
version: 0.22.0
timeout: 180
args: "--avoid-cfg-tarpaulin"

- name: Upload to codecov.io
uses: codecov/codecov-action@v1
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2634214

Please sign in to comment.