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

test: v20 contracts integration #3008

Draft
wants to merge 1 commit into
base: release/v20
Choose a base branch
from

Conversation

skosito
Copy link
Contributor

@skosito skosito commented Oct 16, 2024

Description

  • created from v20.0.2 tag, do not need to be merged since there is nothing to release it is just to run needed tests
  • it integrates latest v20 protocol contract changes with v20 release branch here to verify if e2e tests running
  • changes are just in e2e tests and example test contract

How Has This Been Tested?

  • Tested CCTX in localnet
  • Tested in development environment
  • Go unit tests
  • Go integration tests
  • Tested via GitHub Actions

@skosito skosito added the V2_TESTS Run make start-v2-test label Oct 16, 2024
@skosito skosito added the no-changelog Skip changelog CI check label Oct 16, 2024
Copy link

codecov bot commented Oct 16, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 66.74%. Comparing base (c05a91c) to head (de7cd3d).
Report is 1 commits behind head on release/v20.

Files with missing lines Patch % Lines
pkg/contracts/testdappv2/TestDAppV2.go 0.00% 6 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           release/v20    #3008   +/-   ##
============================================
  Coverage        66.73%   66.74%           
============================================
  Files              364      364           
  Lines            20573    20577    +4     
============================================
+ Hits             13730    13734    +4     
  Misses            6211     6211           
  Partials           632      632           
Files with missing lines Coverage Δ
pkg/contracts/testdappv2/TestDAppV2.go 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

@lumtis lumtis added the V2_MIGRATION_TESTS Run make start-upgrade-v2-migration-test label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking:cli no-changelog Skip changelog CI check V2_MIGRATION_TESTS Run make start-upgrade-v2-migration-test V2_TESTS Run make start-v2-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants