Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test coverage #15

Open
jvoigtlaender opened this issue Sep 28, 2022 · 1 comment · Fixed by #36
Open

test coverage #15

jvoigtlaender opened this issue Sep 28, 2022 · 1 comment · Fixed by #36

Comments

@jvoigtlaender
Copy link
Member

Mit stack test --coverage; stack hpc report --all --open überprüfbar.

Führt eventuell zu Entdeckung weiteren dead codes? Zum Beispiel scheint

-- | Is the input a positive literal?
isPositive :: Literal -> Bool
isPositive (Not _) = False
isPositive _ = True
nie benutzt zu werden. Aber eventuell "von außen", also vom Autotool-Repo aus?

@jvoigtlaender
Copy link
Member Author

Vielleicht sollten die Tests zu check...Config und default...Config, die in 63f2236 entfernt wurden, in irgendeiner Form zurückkehren.

@jvoigtlaender jvoigtlaender reopened this Feb 9, 2023
@patritzenfeld patritzenfeld linked a pull request Feb 11, 2023 that will close this issue
@patritzenfeld patritzenfeld reopened this Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants