Skip to content
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

Closed
wants to merge 8 commits into from
Closed

Try fixing test against fork CI job #1388

wants to merge 8 commits into from

Conversation

nathanwhit
Copy link
Contributor

Description of proposed changes


Practical tips for PR review & merge:

  • All GitHub Actions report PASS
  • Newly added code/functions have unit tests
    • Coverage tools report all newly added lines as covered
    • The positive scenario is exercised
    • Negative scenarios are exercised, e.g. assert on all possible errors
    • Assert on events triggered if applicable
    • Assert on changes made to storage if applicable
  • Modified behavior/functions - try to make sure above test items are covered
  • Integration tests are added if applicable/needed

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2023

Codecov Report

Merging #1388 (28db232) into main (4b055b3) will not change coverage.
The diff coverage is n/a.

@@           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!

Copy link

For full LLVM coverage report click here!

.github/workflows/runtime-upgrade.yml Outdated Show resolved Hide resolved
@@ -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
Copy link
Contributor

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?

Copy link
Contributor

@atodorov atodorov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@atodorov
Copy link
Contributor

atodorov commented Nov 9, 2023

Merged in #1430.

@atodorov atodorov closed this Nov 9, 2023
@atodorov atodorov deleted the try-fix-fork-ci branch November 9, 2023 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants