smartcontractkit / ccip

Cross Chain Interoperability Protocol
Other
119 stars 47 forks source link

Remove capabilities/ccip and integration-tests/deployment #1399

Closed asoliman92 closed 1 month ago

asoliman92 commented 1 month ago

All development should move to Chainlink repo. To do so make sure you have ccip repo as a remote to your git.

  1. cd chainlink/
  2. git remote add ccipr org-25111032@github.com:smartcontractkit/ccip.git
  3. git fetch ccipr
  4. git checkout -b new-branch
  5. git cherry-pick old-feature-branch~X..old-feature-branch #These are the first and last commit from your currently open PR in ccip.
github-actions[bot] commented 1 month ago

LCOV of commit 133266d during Solidity Foundry #7893

Summary coverage rate:
  lines......: 97.7% (2164 of 2216 lines)
  functions..: 94.7% (410 of 433 functions)
  branches...: 93.4% (512 of 548 branches)

Files changed coverage rate: n/a
cl-sonarqube-production[bot] commented 1 month ago

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube