KeYProject / key

KeY Theorem Prover for Deductive Java Verification
https://key-project.org
Other
41 stars 24 forks source link

Cleanup of declaration of taclet options #3408

Closed WolframPfeifer closed 4 months ago

WolframPfeifer commented 6 months ago

This PR does some cleanup in the .key LDT files:

Type of pull request

Ensuring quality

The contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 37.85%. Comparing base (fb58c33) to head (0885db4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3408 +/- ## ============================================ - Coverage 37.85% 37.85% -0.01% Complexity 17042 17042 ============================================ Files 2082 2082 Lines 127290 127292 +2 Branches 21441 21441 ============================================ - Hits 48184 48182 -2 - Misses 73194 73198 +4 Partials 5912 5912 ```

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

WolframPfeifer commented 4 months ago

@mattulbrich This is the PR I mentioned yesterday. It just refactors the declarations in some .key files a bit and should not introduce any functional changes (apart from a more helpful message when a symbol is declared twice). It would be nice if you could take a quick look ... Thanks in advance!