⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@TylerJang27
Copy link
Collaborator

@TylerJang27 TylerJang27 commented Jan 28, 2026

Took over adding smoke tests for knapsack pro. The assertions there aren't perfect, but I prefer this approach to adding custom functionality to the CLI/gem that is used exclusively in tests

Calls to initialize should not generate uploads. Notably initialize only matters when in queue mode.

Successful run

@trunk-io
Copy link

trunk-io bot commented Jan 28, 2026

😎 Merged successfully - details.

@codecov-commenter
Copy link

codecov-commenter commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.43%. Comparing base (1b4b82f) to head (41608e8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1007      +/-   ##
==========================================
+ Coverage   81.19%   81.43%   +0.24%     
==========================================
  Files          66       66              
  Lines       14326    14331       +5     
==========================================
+ Hits        11632    11671      +39     
+ Misses       2694     2660      -34     

☔ 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.

@trunk-staging-io
Copy link

trunk-staging-io bot commented Jan 28, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@trunk-io
Copy link

trunk-io bot commented Jan 28, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@TylerJang27 TylerJang27 changed the title (DevEx): Add knapsack pro tests (DevEx): Add knapsack pro tests and exclude initialize Jan 28, 2026
exit 1
fi

REPORT_COUNT=$(echo "${OUTPUT}" | grep -c "Local Flaky tests report generated" || echo "0")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I acknowledge this type of assertion is brittle. I don't have a better alternative at the moment without exposing more output information from the impl itself. Imo this is fine for now, and the DevEx story is now sane enough that we can revisit when we do have more time and ideas

@TylerJang27 TylerJang27 marked this pull request as ready for review January 28, 2026 22:57
@trunk-io trunk-io bot merged commit 5bfa36d into main Jan 29, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants