Skip to content

Commit

Permalink
exclude migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Mar 8, 2024
1 parent f1a490b commit ab18a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
RUST_BACKTRACE: 1
run: |
cargo tarpaulin --timeout 300 -e runtime-integration-tests --features fast-runtime \
--exclude-files runtime/*/src/migrations.rs --exclude-files runtime/common/src/migrations \
--exclude-files pallets/rewards/src/migrations/new_instance.rs --exclude-files pallets/block-rewards/src/migrations.rs \
--workspace --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml
# UPLOAD REPORTS (requires cargo 1.70.0)
Expand Down

0 comments on commit ab18a21

Please sign in to comment.