Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
Signed-off-by: neoz666 <[email protected]>
  • Loading branch information
NeoZ666 committed Jan 27, 2025
1 parent 5c39ecb commit e6ed890
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
run: cargo install cargo-tarpaulin

- name: Run cargo-tarpaulin
run: cargo tarpaulin --timeout 1900 --out Xml --output-dir "./coverage/reports/" --features integration-test -- --nocapture

uses: actions-rs/[email protected]
with:
version: '0.15.0'

# Upload coverage report
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit e6ed890

Please sign in to comment.