digitalr00ts / fizzbuzzx

An unnecessarily over-engineered fizzbuzz solution
Apache License 2.0
2 stars 2 forks source link

βœ… (flake8): Add linting #46

Closed drts01 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (7b82af5) into master (ea06c0d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   53.33%   53.33%           
=======================================
  Files           1        1           
  Lines          45       45           
  Branches        2        2           
=======================================
  Hits           24       24           
  Misses         20       20           
  Partials        1        1           

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 2163881...7b82af5. Read the comment docs.

drts01 commented 3 years ago

πŸ€” @pelmini test are failing πŸ˜–

Also, I guess we nvr enabled to block merging PRs with failing tests.