jollheef / henhouse

Scoreboard for jeopardy-style CTFs
GNU Affero General Public License v3.0
9 stars 5 forks source link

Solve all issues with cyclomatic complexities #18

Closed Domonion closed 6 years ago

Domonion commented 6 years ago

Solved all issues. Unit-tests passed, work done on Ubuntu 16.04, getbrains goland. To be honest, I would say that make every unit-test access the only database henhouse_test makes testing really hard because we can't just go test -run ''(every unit-test tries to access postgresql with identical keys and schemes, and this leads to an error), we have to manually run all unit-test independently. However I fixed that for my PC just adding new test database and splitting every unit-test package on independent database. You can check it at my test-branch. P.S. unit-tests passed either manual and my way.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 85.764% when pulling f1b34f12df27a7a21cc3e8ef0df3d1000358a6a2 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+3.2%) to 88.994% when pulling bdcc8885a1dd6d72cb658452ac285486d5846e78 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+3.2%) to 88.994% when pulling bdcc8885a1dd6d72cb658452ac285486d5846e78 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 85.764% when pulling bdcc8885a1dd6d72cb658452ac285486d5846e78 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 85.764% when pulling bdcc8885a1dd6d72cb658452ac285486d5846e78 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.