Skip to content

Prevent non-lowercase client names#128

Merged
c-w merged 1 commit intomasterfrom
lowercase-client
Feb 4, 2019
Merged

Prevent non-lowercase client names#128
c-w merged 1 commit intomasterfrom
lowercase-client

Conversation

@c-w
Copy link
Copy Markdown
Member

@c-w c-w commented Feb 4, 2019

We're using Azure storage blob containers under the hood to map clients to their state. Containers are created as lower-case so the client names should also be lower-case.

We're using Azure storage blob containers under the hood to map clients
to their state. Containers are created as lower-case so the client names
should also be lower-case.
@codecov-io
Copy link
Copy Markdown

codecov-io commented Feb 4, 2019

Codecov Report

Merging #128 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
+ Coverage   91.71%   91.75%   +0.04%     
==========================================
  Files          22       23       +1     
  Lines         929      934       +5     
==========================================
+ Hits          852      857       +5     
  Misses         77       77
Impacted Files Coverage Δ
opwen_email_server/utils/string.py 100% <100%> (ø)
opwen_email_server/actions.py 95.4% <100%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcbaae5...42cdedb. Read the comment docs.

@c-w c-w merged commit 919e233 into master Feb 4, 2019
@c-w c-w deleted the lowercase-client branch February 4, 2019 02:49
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 this pull request may close these issues.

2 participants