zalando-stups / sevenseconds

THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED
https://pypi.python.org/pypi/stups-sevenseconds
Other
66 stars 17 forks source link

ACCOUNT_NAME_PATTERN: use a regex instead of globbing #88

Closed aermakov-zalando closed 5 years ago

aermakov-zalando commented 5 years ago

This makes it a bit easier to run sevenseconds on a complicated subset of accounts.

codecov-io commented 5 years ago

Codecov Report

Merging #88 into master will decrease coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   23.91%   23.85%   -0.07%     
==========================================
  Files          23       23              
  Lines        1986     1979       -7     
==========================================
- Hits          475      472       -3     
+ Misses       1511     1507       -4
Impacted Files Coverage Δ
sevenseconds/cli.py 63.49% <100%> (+1.08%) :arrow_up:

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 87cfced...dacfb39. Read the comment docs.

aermakov-zalando commented 5 years ago

👍

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.07%) to 23.889% when pulling dacfb39a1e3b0fae0071b6db313124992c9032da on pattern-regex into 87cfced1c9e5d72efa20d70528c81076a1e13a3f on master.

mikkeloscar commented 5 years ago

Awesome!

mikkeloscar commented 5 years ago

:+1: