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

Remove use of core-object for tasks #999

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

bertdeblock
Copy link
Member

@bertdeblock bertdeblock commented Dec 10, 2024

Will make follow-up PRs for the rest, don't want these to get too big.

@bertdeblock bertdeblock self-assigned this Dec 10, 2024
@bertdeblock bertdeblock force-pushed the remove-use-of-core-object branch from 4f97e8e to 2442cec Compare December 10, 2024 18:10
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.81%. Comparing base (1818a7e) to head (819a6d5).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #999      +/-   ##
==========================================
+ Coverage   94.75%   94.81%   +0.05%     
==========================================
  Files          18       18              
  Lines         534      540       +6     
==========================================
+ Hits          506      512       +6     
  Misses         28       28              

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

@bertdeblock bertdeblock force-pushed the remove-use-of-core-object branch from 2442cec to 42da696 Compare December 10, 2024 18:37
@bertdeblock bertdeblock changed the title Remove use of core-object Remove use of core-object for tasks Dec 10, 2024
@@ -10,7 +10,6 @@ module.exports = {
let ResetTask = require('../tasks/reset');

let resetTask = new ResetTask({
ui: this.ui,
Copy link
Member Author

Choose a reason for hiding this comment

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

Not used in ResetTask.

run() {
let dependencyAdapters =
this.dependencyManagerAdapters ||
Copy link
Member Author

@bertdeblock bertdeblock Dec 10, 2024

Choose a reason for hiding this comment

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

dependencyManagerAdapters is never passed in as an option for the reset task, so removed it here for now.

@bertdeblock bertdeblock marked this pull request as ready for review December 10, 2024 18:39
@bertdeblock bertdeblock merged commit 399dba5 into ember-cli:main Dec 10, 2024
34 checks passed
@github-actions github-actions bot mentioned this pull request Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants