@@ -230,7 +230,7 @@ coverage report (similar to the one generated by Tarpaulin) is shown below.
230
230
[0;30m use cosmwasm_std::{Response, StdResult};
231
231
[0;30m use cw_storage_plus::Item;
232
232
[0;30m use sylvia::contract;
233
- [0;30m use sylvia::types ::{ExecCtx, InstantiateCtx, QueryCtx};
233
+ [0;30m use sylvia::ctx ::{ExecCtx, InstantiateCtx, QueryCtx};
234
234
[0;30m
235
235
[0;30m pub struct CounterContract {
236
236
[0;30m pub count: Item<u8>,
@@ -385,7 +385,7 @@ The detailed code coverage report (similar to the one generated by Tarpaulin) is
385
385
[0;30m use cosmwasm_std::{Response, StdResult};
386
386
[0;30m use cw_storage_plus::Item;
387
387
[0;30m use sylvia::contract;
388
- [0;30m use sylvia::types ::{ExecCtx, InstantiateCtx, QueryCtx};
388
+ [0;30m use sylvia::ctx ::{ExecCtx, InstantiateCtx, QueryCtx};
389
389
[0;30m
390
390
[0;30m pub struct CounterContract {
391
391
[0;30m pub count: Item<u8>,
@@ -536,7 +536,7 @@ The code coverage report (similar to the one generated by Tarpaulin) is as follo
536
536
[0;30m use cosmwasm_std::{Response, StdResult};
537
537
[0;30m use cw_storage_plus::Item;
538
538
[0;30m use sylvia::contract;
539
- [0;30m use sylvia::types ::{ExecCtx, InstantiateCtx, QueryCtx};
539
+ [0;30m use sylvia::ctx ::{ExecCtx, InstantiateCtx, QueryCtx};
540
540
[0;30m
541
541
[0;30m pub struct CounterContract {
542
542
[0;30m pub count: Item<u8>,
@@ -747,7 +747,7 @@ Check the code coverage report:
747
747
[0;30m use cosmwasm_std::{Response, StdResult};
748
748
[0;30m use cw_storage_plus::Item;
749
749
[0;30m use sylvia::contract;
750
- [0;30m use sylvia::types ::{ExecCtx, InstantiateCtx, QueryCtx};
750
+ [0;30m use sylvia::ctx ::{ExecCtx, InstantiateCtx, QueryCtx};
751
751
[0;30m
752
752
[0;30m pub struct CounterContract {
753
753
[0;30m pub count: Item<u8>,
@@ -947,7 +947,7 @@ Nice, you have reached 💯% code coverage.
947
947
[0;30m use cosmwasm_std::{Response, StdResult};
948
948
[0;30m use cw_storage_plus::Item;
949
949
[0;30m use sylvia::contract;
950
- [0;30m use sylvia::types ::{ExecCtx, InstantiateCtx, QueryCtx};
950
+ [0;30m use sylvia::ctx ::{ExecCtx, InstantiateCtx, QueryCtx};
951
951
[0;30m
952
952
[0;30m pub struct CounterContract {
953
953
[0;30m pub count: Item<u8>,
0 commit comments