Skip to content

Commit

Permalink
ci: fix argument to tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 1, 2023
1 parent 8d4a316 commit 4b38921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
coverage:
name: Coverage
needs: build
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
Expand All @@ -121,7 +122,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --package maa-cli --timeout 120 --out xml
cargo +nightly tarpaulin --packages maa-cli --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 4b38921

Please sign in to comment.