-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcodecov.yml
27 lines (27 loc) · 1.15 KB
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ignore:
- "client/ts/src/manifest/accounts"
- "client/ts/src/manifest/errors"
# Do not need to cover the direct instructions since users are expected to use
# the wrapper.
- "client/ts/src/manifest/instructions/BatchUpdate.ts"
- "client/ts/src/manifest/instructions/CancelOrder.ts"
- "client/ts/src/manifest/instructions/ClaimSeat.ts"
- "client/ts/src/manifest/instructions/Deposit.ts"
- "client/ts/src/manifest/instructions/Expand.ts"
- "client/ts/src/manifest/instructions/PlaceOrder.ts"
- "client/ts/src/manifest/instructions/Withdraw.ts"
# Infinite loop and variability in other messages makes it difficult to cover fill feed
- "client/ts/src/fillFeed.ts"
# Not hermetic
- "client/ts/src/utils/solana.ts"
# Do not run the demo client in tests
- "client/ts/tests"
- "client/ts/demo/main.ts"
# Dont check the ui wrapper because that is not core functionality.
- "programs/ui-wrapper"
- "client/ts/src/ui_wrapper"
- "client/ts/src/uiWrapperObj"
- "programs/manifest/src/certora"
- "programs/manifest/src/state/market_helpers.rs"
- "programs/manifest/src/state/cvt_db_mock.rs"
- "programs/manifest/src/state/cvt_munge.rs"