Skip to content

Commit

Permalink
Fixed tarpaulin command for vergen-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Jan 21, 2024
1 parent 86ab284 commit ccf28a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- name: 🙊 Code Coverage (vergen-git2) 🙊
run: cargo tarpaulin --config vergen-git2/tarpaulin.toml -p vergen-git2 -e vergen vergen-gix vergen-pretty --exclude-files vergen-git2/src/lib.rs vergen/**/* vergen-gix/**/* vergen-pretty/**/* --workspace --out xml --output-dir vergen-git2 --skip-clean --target-dir target/coverage
- name: 🙊 Code Coverage (vergen-pretty) 🙊
run: cargo tarpaulin --config vergen-pretty/tarpaulin.toml --exclude-files vergen-pretty/src/lib.rs --exclude-files vergen/**/* vergen-gix/**/* vergen-git2/**/* vergen-lib/**/* test_util/**/* --out xml --output-dir vergen-pretty --skip-clean --target-dir target/coverage
run: cargo tarpaulin --config vergen-pretty/tarpaulin.toml -p vergen-pretty -e vergen vergen-git2 vergen-gix --exclude-files vergen-pretty/src/lib.rs vergen/**/* vergen-git2/**/* vergen-gix/**/* --workspace --out xml --output-dir vergen-pretty --skip-clean --target-dir target/coverage
- name: 🙊 Upload Code Coverage 🙊
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit ccf28a8

Please sign in to comment.