-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try fixing test against fork CI job #1388
Conversation
a4b04d8
to
de7dd11
Compare
Codecov Report
@@ Coverage Diff @@
## main #1388 +/- ##
=======================================
Coverage 72.08% 72.08%
=======================================
Files 110 110
Lines 12873 12873
Branches 120 120
=======================================
Hits 9280 9280
Misses 3583 3583
Partials 10 10 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
For full LLVM coverage report click here! |
f93d863
to
5270be9
Compare
@@ -214,7 +215,7 @@ jobs: | |||
|
|||
./creditcoin-fork --bin ./creditcoin-node --orig ${{ needs.setup.outputs.target_chain }} \ | |||
--base dev --name Development \ | |||
-o creditcoin-fork.json --rpc ws://127.0.0.1:9944 | |||
-o creditcoin-fork.json --rpc ws://127.0.0.1:9944 --exclude-pallets PosSwitch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Why exclude the PosSwitch pallet ? What's the reasoning here?
fd523a8
to
4a36d86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test agaonst fork passed here: https://github.com/gluwa/creditcoin/actions/runs/6801923257/job/18497475426?pr=1388
LGTM, but still have a question here https://github.com/gluwa/creditcoin/pull/1388/files#r1378496415
Merged in #1430. |
Description of proposed changes
Practical tips for PR review & merge: