Closed willvedd closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5ab9ef5
) 84.23% compared to head (47bb5d4
) 84.23%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🔧 Changes
As reported by #840, actions managed in directory mode produce paths that are relative to the CLI. This is in contrast to other imports, specifically the actions YAML handler, that import relative to the input file. This inconsistency can create confusion and a worse DX for developers unsure how to import code.
The solution here is to add a backup import strategy that targets the action code file relative to the input file. This will ensure backwards compatibility.
📚 References
Related issue: #840
🔬 Testing
Added new test case.
📝 Checklist