-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add/fix resource debugging and a tests for #665 (BugFix) #666
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff, why has't it landed yet
Must be the PR number, but if not on 👻 time, when!? |
82871c1
to
3386240
Compare
Codecov Report
@@ Coverage Diff @@
## main #666 +/- ##
==========================================
- Coverage 34.83% 34.83% -0.01%
==========================================
Files 302 302
Lines 34165 34166 +1
Branches 5909 5909
==========================================
- Hits 11903 11902 -1
- Misses 21697 21698 +1
- Partials 565 566 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/canonical/self-hosted-runners/run-workflows 3386240 |
It referred to the `resource` above.
This helps a lot with debugging expressions.
3386240
to
341f3c0
Compare
/canonical/self-hosted-runners/run-workflows 341f3c0 |
…nonical#666) * Fix debug in Resource.evaluate() It referred to the `resource` above. * Add a debug statement for matched expressions This helps a lot with debugging expressions. * Add tests for canonical#665
This adds a couple tests to showcase #665 - one, incorrectly,
@expectedFailure
.Also fixes a debug statement and adds one helpful when debugging requirements.