Closed apotterri closed 6 months ago
Summary | Status |
---|---|
Failed tests | :white_check_mark: All tests passed |
API changes | :zero: No API changes |
Security flaws | :white_check_mark: None detected |
Performance problems | :white_check_mark: None detected |
Code anti-patterns | :white_check_mark: None detected |
New AppMaps | :star: 2 new junit tests |
[junit] App map java package config config created in root from plugin-java/src/test/java/appland/execution/AppMapJavaPackageConfigTest.java:89
[junit] App map java package config ignore resources from plugin-java/src/test/java/appland/execution/AppMapJavaPackageConfigTest.java:73
Thanks for reviewing these changes. I pulled in the suggestions you made.
As far as edge cases go, I feel like we've already spent enough time on this, maybe more than it really merited. I think we've got the majority of the cases covered. If we run into a case where we can't derive the correct location for appmap.yml
from the project, we'll fall back to creating it in the current working directory. This seems to me like it's good enough for now.
When generating the default
appmap.yml
, make sure only source directories are included.Fixes #690