Skip to content

Conversation

@gfournierPro
Copy link
Contributor

deployment, scripts, and tests

gfournierPro and others added 30 commits September 18, 2025 17:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Refactors test files to replace IexecAccessors with IexecPocoAccessors throughout the test suite and utility functions. This aligns the tests with the updated architecture while maintaining the same testing functionality.

  • Replace all IexecAccessors__factory imports and usages with IexecPocoAccessors__factory
  • Update variable names from iexecAccessor to iexecPocoAccessor for consistency
  • Modify deployment and script files to use the new accessor class

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/utils/IexecWrapper.ts Updates utility class to use IexecPocoAccessors instead of IexecAccessors
test/byContract/iexecPocoAccessors/IexecPocoAccessors.test.ts Replaces all test calls to use iexecPocoAccessors instance
test/byContract/IexecPocoBoost/IexecPocoBoost.test.ts Updates boost tests to use IexecPocoAccessors throughout
test/000_fullchain-boost.test.ts Changes fullchain integration test to use new accessor
scripts/set-callback-gas.ts Updates script to use IexecPocoAccessors for configuration
deploy/0_deploy.ts Modifies deployment script to use updated accessor class

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.56%. Comparing base (f7c634b) to head (03a17d8).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #264      +/-   ##
==========================================
+ Coverage   83.66%   84.56%   +0.90%     
==========================================
  Files          38       37       -1     
  Lines        1218     1218              
  Branches      227      227              
==========================================
+ Hits         1019     1030      +11     
+ Misses        199      188      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Base automatically changed from feature/add-view-assets-functions to main September 25, 2025 13:42
@gfournierPro gfournierPro deleted the feature/clean-test-accessors branch October 17, 2025 13:18
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