You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two lines that are not covered by test-cases, and I don't know what to do with them.
If you see GitHub API: Forbidden, it's a CodeCov issue ; you can manually copy the link and open it in a new tab, it should work : https://codecov.io/gh/MieuxVoter/majority-judgment-library-go/src/main/majorityjudgment.go#L128
These two lines handle error propagation, and I don't expect an error (since the algorithm should be correct), and I can't even trigger it.
Nevertheless, it feels like we should not remove that error handling, even if it means we don't get 100%.
The text was updated successfully, but these errors were encountered:
There are two lines that are not covered by test-cases, and I don't know what to do with them.
These two lines handle error propagation, and I don't expect an error (since the algorithm should be correct), and I can't even trigger it.
Nevertheless, it feels like we should not remove that error handling, even if it means we don't get 100%.
The text was updated successfully, but these errors were encountered: