kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 60 forks source link

[WIP] tests: skip test_pytest_html if not installed #58

Open blueyed opened 4 years ago

blueyed commented 4 years ago

This is for convenience, and it being tested on CI should be covered via coverage etc.

blueyed commented 4 years ago

I'd like to test here if not testing it would be reported, so please do not merge it yet.

codecov-io commented 4 years ago

Codecov Report

Merging #58 into master will decrease coverage by 8.29%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #58     +/-   ##
=========================================
- Coverage   70.86%   62.56%   -8.3%     
=========================================
  Files           5        5             
  Lines         357      358      +1     
  Branches       35       35             
=========================================
- Hits          253      224     -29     
- Misses         93      122     +29     
- Partials       11       12      +1
Flag Coverage Δ
#linux 62.56% <100%> (-8.3%) :arrow_down:
#py36 62.56% <100%> (-8.3%) :arrow_down:
#py37 62.56% <100%> (-8.3%) :arrow_down:
Impacted Files Coverage Δ
tests/test_general.py 84% <100%> (-16%) :arrow_down:
pytest_parallel/__init__.py 52.89% <0%> (-6.95%) :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 3e4a52d...460df7a. Read the comment docs.

blueyed commented 4 years ago

offtopic: @codecov-io should not post comments.. we have .ci/codecov.yml to turn them off..

blueyed commented 4 years ago

The comment reflects it:

  • Coverage 70.86% 62.56% -8.3%

But there's no status.

@kevlened Do you have a global codecov config somewhere already by chance?

kevlened commented 4 years ago

There's no global codecov config. Incidentally, I made you a contributor to the project.