Skip to content

Commit

Permalink
fix: '--exclude-files' flag seems not working, downgrading version
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas authored Jan 14, 2025
1 parent 28cf6ec commit 553df21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Install deps
run: sudo apt -y install protobuf-compiler

- name: Install Tarpaulin v0.31.4
- name: Install Tarpaulin v0.31.3
run: |
curl -L -o tarpaulin.tar.gz https://github.com/xd009642/tarpaulin/releases/download/0.31.4/cargo-tarpaulin-x86_64-unknown-linux-gnu.tar.gz
curl -L -o tarpaulin.tar.gz https://github.com/xd009642/tarpaulin/releases/download/0.31.3/cargo-tarpaulin-x86_64-unknown-linux-gnu.tar.gz
tar -xvzf tarpaulin.tar.gz
chmod +x cargo-tarpaulin
sudo mv cargo-tarpaulin /usr/local/bin/
Expand Down

0 comments on commit 553df21

Please sign in to comment.