codacy / codacy-coverage-reporter

Multi-language coverage reporter for Codacy
https://www.codacy.com
Other
131 stars 94 forks source link

use toLowerCase to compare all files and paths #505

Closed DMarinhoCodacy closed 1 month ago

codacy-production[bot] commented 1 month ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +12.73% (target: -1.00%) :white_check_mark: 100.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (bddce28b03cb58ccf4c3b99ed494b45c40ec5c67) | 745 | 563 | 75.57% | | | Head commit (f377b8ca9ff8969b218ec91cd6d6d06f9c824b01) | 359 (-386) | 317 (-246) | 88.30% (**+12.73%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#505) | 4 | 4 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

machadoit commented 1 month ago

I guess I would expect some assertion on the specific file, but I also didn't touch this repo much, and see some similar tests, so LGTM!