damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
542 stars 403 forks source link

[git] Add factory path to git ignore #1153

Closed hazendaz closed 5 months ago

hazendaz commented 5 months ago

.factorypath is used by m2e for known annotation scanners available to it. This gets created when importing a project to eclipse and not necessarily any annotation scanners this projects uses. To avoid said file from accidentally being checked in, added it to gitignore.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f411622) 98.27% compared to head (4fe04cf) 98.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1153 +/- ## ========================================= Coverage 98.27% 98.27% Complexity 565 565 ========================================= Files 55 55 Lines 1214 1214 Branches 105 105 ========================================= Hits 1193 1193 Misses 10 10 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.