jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.59k stars 590 forks source link

Upload coverage from GHA #480

Closed hugovk closed 3 years ago

hugovk commented 3 years ago

Subset of https://github.com/jazzband/tablib/pull/479.


We already have tests on GitHub Actions, but are missing sending coverage to Codecov. Earlier it was tricky to do, but Codecov now have an action for this; added here.


This also fixes a pytest warning:

=============================== warnings summary ===============================
.tox/py37/lib/python3.7/site-packages/_pytest/config/__init__.py:1230
  /home/travis/build/hugovk/tablib/.tox/py37/lib/python3.7/site-packages/_pytest/config/__init__.py:1230: PytestConfigWarning: Unknown config option: python_paths

    self._warn_or_fail_if_strict("Unknown config option: {}\n".format(key))
-- Docs: https://docs.pytest.org/en/stable/warnings.html
codecov[bot] commented 3 years ago

Codecov Report

Merging #480 (f91f369) into master (615e308) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #480   +/-   ##
=======================================
  Coverage   90.66%   90.66%           
=======================================
  Files          28       28           
  Lines        2613     2613           
=======================================
  Hits         2369     2369           
  Misses        244      244           

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 615e308...f91f369. Read the comment docs.