damianszczepanik / cucumber-reporting

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

Add test case for getEmbeddingDirectory in ConfigurationTest #1132

Closed harshpreet08 closed 6 months ago

harshpreet08 commented 8 months ago

Pull Request Summary

This pull request introduces a new test case in the ConfigurationTest class, validating the getEmbeddingDirectory method. The test ensures that the method correctly creates the embedding directory path. This addition enhances the code coverage of the Configuration class.

Please review the changes. Thank you!

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (83d7aed) 97.11% compared to head (7e2632a) 98.27%. Report is 16 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1132 +/- ## ============================================ + Coverage 97.11% 98.27% +1.15% - Complexity 555 568 +13 ============================================ Files 55 55 Lines 1212 1215 +3 Branches 106 105 -1 ============================================ + Hits 1177 1194 +17 + Misses 20 10 -10 + Partials 15 11 -4 ```

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