refactor: Enable triage process to run @serverless/compose#10950
Conversation
Codecov Report
@@ Coverage Diff @@
## main #10950 +/- ##
==========================================
- Coverage 86.38% 85.96% -0.42%
==========================================
Files 305 306 +1
Lines 12948 13018 +70
==========================================
+ Hits 11185 11191 +6
- Misses 1763 1827 +64
Continue to review full report at Codecov.
|
| ) | ||
| ).some(Boolean) | ||
| ) { | ||
| return '@serverless/compose'; |
There was a problem hiding this comment.
I would follow convention, we have so far, where CLI name matches package name
| } | ||
| } | ||
|
|
||
| it('Should recognize "@serverless/compose" if "serverless-compose.yml" file present', async () => { |
There was a problem hiding this comment.
I think it's enough to add CLI name to L60, and it then should be automatically tested (no need for other it)
a53c955 to
471d296
Compare
471d296 to
971a161
Compare
|
Just tried this branch again (removed previous Compose version from the project) and got this: Compose was installed though: {
"devDependencies": {
"@serverless/compose": "^0.0.11"
}
} |
971a161 to
6a3f221
Compare
|
it should be fixed and working now @mnapoli |
|
👍 all good |
6a3f221 to
90e5169
Compare
@serverless/compose
Internal