Closed hanna-skryl closed 1 month ago
๐คจ Code PushUp report has both improvements and regressions โ compared target commit 94b4944b8623bf15a3190b16cec13d4678217acf with source commit 7b6d7daa73c41589b85588f92de7a413b7bc87f0.
๐ต๏ธ See full comparison in Code PushUp portal ๐
๐ท๏ธ Category | โญ Previous score | โญ Current score | ๐ Score change |
---|---|---|---|
Performance | ๐ด 43 | ๐ด 39 | |
Code coverage | ๐ก 90 | ๐ข 90 | |
Custom checks | ๐ก 67 | ๐ก 67 | โ |
Security | ๐ก 87 | ๐ก 87 | โ |
Updates | ๐ก 78 | ๐ก 78 | โ |
Accessibility | ๐ข 91 | ๐ข 91 | โ |
Best Practices | ๐ข 100 | ๐ข 100 | โ |
SEO | ๐ก 61 | ๐ก 61 | โ |
Bug prevention | ๐ข 100 | ๐ข 100 | โ |
Code style | ๐ข 99 | ๐ข 99 | โ |
This PR introduces support for generating links from markdown reports to local source files. The links are formatted based on the detected environment (VS Code, GitHub, etc.), allowing direct navigation to specific lines within the IDE.
Closes #745