Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

remove side effects#8

Merged
rosesyrett merged 3 commits into
masterfrom
removeSideEffects
Aug 1, 2022
Merged

remove side effects#8
rosesyrett merged 3 commits into
masterfrom
removeSideEffects

Conversation

@rosesyrett
Copy link
Copy Markdown
Contributor

removed side effect functions which raise errors, instead incorporating logic into routes or services where appropriate

…ng logic into routes or services where appropriate
@rosesyrett rosesyrett requested a review from garryod August 1, 2022 10:24
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Aug 1, 2022

Codecov Report

Merging #8 (0d4dabd) into master (c771ee5) will decrease coverage by 0.79%.
The diff coverage is 95.89%.

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   86.31%   85.52%   -0.80%     
==========================================
  Files          25       25              
  Lines         519      525       +6     
==========================================
+ Hits          448      449       +1     
- Misses         71       76       +5     
Impacted Files Coverage Δ
src/diffcalc_API/services/hkl.py 95.08% <75.00%> (-4.92%) ⬇️
src/diffcalc_API/database.py 100.00% <100.00%> (ø)
src/diffcalc_API/errors/constraints.py 100.00% <100.00%> (ø)
src/diffcalc_API/errors/hkl.py 100.00% <100.00%> (ø)
src/diffcalc_API/errors/ub.py 100.00% <100.00%> (ø)
src/diffcalc_API/routes/ub.py 96.00% <100.00%> (+0.54%) ⬆️
src/diffcalc_API/services/constraints.py 89.65% <100.00%> (+0.76%) ⬆️
src/diffcalc_API/services/ub.py 96.49% <100.00%> (+0.93%) ⬆️
src/diffcalc_API/errors/definitions.py 80.00% <0.00%> (-10.00%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us.

Comment thread src/diffcalc_API/errors/constraints.py Outdated
Comment thread src/diffcalc_API/errors/constraints.py Outdated
Comment thread src/diffcalc_API/errors/hkl.py Outdated
Comment thread src/diffcalc_API/errors/ub.py Outdated
@rosesyrett rosesyrett merged commit c6371f7 into master Aug 1, 2022
@rosesyrett rosesyrett deleted the removeSideEffects branch August 1, 2022 14:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants