MarineB210 / calculator-cucumber-2024

This repository is used for teaching purposes at the University of Mons. It contains Java code for computing arithmetic expressions. The code uses design patterns and is accompanied with JavaDoc, unit tests and BDD scenarios. We have also paid particular attention to code quality.
2 stars 1 forks source link

Low test coverage #20

Closed MarineB210 closed 6 months ago

MarineB210 commented 6 months ago

Issue The current test coverage is pretty low. A test-first development approach was followed, but unfortunately the score is still low.

Fix We should take a look at what kind of test is missing and also understand from where this low score comes from.

MarineB210 commented 6 months ago

The low test coverage was due to the parser package, which holds the generated classes from the antlr plugin. The classes from this package are now excluded from the test coverage analysis.