Skip to content

Commit

Permalink
CI: Update the coverage workflow to ignore the soroban token contract
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb committed Jun 4, 2024
1 parent 740c43c commit 35b3184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --all-features --workspace --timeout 120 --out Xml
args: --all-features --workspace --timeout 120 --out Xml --exclude soroban-token-contract
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 35b3184

Please sign in to comment.