python-tableformatter / tableformatter

Tabular data formatter allowing printing from both arbitrary Iterables of Iterables or Iterables of objects via introspection
https://pypi.org/project/tableformatter/
MIT License
19 stars 3 forks source link

Attempt to fix test runs on Azure pipelines #47

Closed tleonhardt closed 4 years ago

tleonhardt commented 4 years ago

Attempt to fix test runs on Azure pipelines

Also:

codecov-io commented 4 years ago

Codecov Report

Merging #47 into master will decrease coverage by 0.45%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   87.84%   87.38%   -0.46%     
==========================================
  Files           1        1              
  Lines         872      872              
==========================================
- Hits          766      762       -4     
- Misses        106      110       +4     
Impacted Files Coverage Δ
tableformatter.py 87.38% <0.00%> (-0.46%) :arrow_down:

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 89fb4ee...7263624. Read the comment docs.