CCI-MOC / flocx-market

2 stars 9 forks source link

Stop ignoring common flake8 tests #46

Closed larsks closed 5 years ago

larsks commented 5 years ago

Previous our flake8 configuration was ignoring:

This commit updates tox.ini to stop ignoring these tests.

Closes #44

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@9a077ea). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #46   +/-   ##
=========================================
  Coverage          ?   85.28%           
=========================================
  Files             ?       26           
  Lines             ?      503           
  Branches          ?        0           
=========================================
  Hits              ?      429           
  Misses            ?       74           
  Partials          ?        0
Impacted Files Coverage Δ
flocx_market/api/root.py 100% <ø> (ø)
flocx_market/objects/__init__.py 100% <ø> (ø)
flocx_market/db/orm.py 100% <ø> (ø)
flocx_market/api/offer.py 33.33% <ø> (ø)
flocx_market/tests/unit/test_matcher.py 100% <100%> (ø)
flocx_market/tests/unit/common/test_service.py 100% <100%> (ø)
..._market/tests/unit/db/sqlalchemy/test_offer_api.py 100% <100%> (ø)
flocx_market/api/app.py 100% <100%> (ø)
flocx_market/tests/unit/db/sqlalchemy/conftest.py 100% <100%> (ø)
flocx_market/db/sqlalchemy/offer_api.py 100% <100%> (ø)
... and 2 more

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 9a077ea...7ccb489. Read the comment docs.