This repository was archived by the owner on Oct 22, 2024. It is now read-only.
File tree 4 files changed +26
-1324
lines changed
bridges/snowbridge/scripts
4 files changed +26
-1324
lines changed Original file line number Diff line number Diff line change 7
7
- " !bridges/snowbridge/README.md"
8
8
- " !bridges/snowbridge/LICENSE"
9
9
branches :
10
- - main
10
+ - snowbridge
11
11
pull_request :
12
12
workflow_dispatch :
13
13
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ git checkout "$branch_name"
40
40
41
41
# remove everything we think is not required for our needs
42
42
rm -rf rust-toolchain.toml
43
+ rm -rf codecov.yml
43
44
rm -rf $SNOWBRIDGE_FOLDER /.cargo
44
45
rm -rf $SNOWBRIDGE_FOLDER /.github
45
46
rm -rf $SNOWBRIDGE_FOLDER /SECURITY.md
@@ -77,4 +78,8 @@ git fetch parity master
77
78
git checkout parity/master -- .github
78
79
git add -- .github
79
80
81
+ # Fetch the latest from parity master
82
+ echo " Fetching latest from Parity master. Resolve merge conflicts, if there are any."
83
+ git fetch parity master
84
+ git merge parity/master
80
85
echo " OK"
Original file line number Diff line number Diff line change
1
+ coverage :
2
+ status :
3
+ project : off
4
+ patch : off
5
+ github_checks :
6
+ annotations : false
7
+ ignore :
8
+ - " polkadot-sdk/bridges/snowbridge/pallets/ethereum-client/fixtures"
9
+ - " polkadot-sdk/bridges/snowbridge/pallets/ethereum-client/fuzz"
10
+ - " polkadot-sdk/bridges/snowbridge/pallets/ethereum-client/src/benchmarking"
11
+ - " polkadot-sdk/bridges/snowbridge/pallets/ethereum-client/src/weights.rs"
12
+ - " polkadot-sdk/bridges/snowbridge/pallets/inbound-queue/fixtures"
13
+ - " polkadot-sdk/bridges/snowbridge/pallets/inbound-queue/src/weights.rs"
14
+ - " polkadot-sdk/bridges/snowbridge/pallets/outbound-queue/src/weights.rs"
15
+ - " polkadot-sdk/bridges/snowbridge/pallets/system/src/weights.rs"
16
+ flags :
17
+ rust :
18
+ paths :
19
+ - polkadot-sdk/bridges/snowbridge
20
+ carryforward : true
You can’t perform that action at this time.
0 commit comments