jupyterlab / pull-requests

A JupyterLab extension for reviewing GitHub pull requests
BSD 3-Clause "New" or "Revised" License
37 stars 18 forks source link

Remove failing tests #62

Closed fcollonval closed 2 years ago

fcollonval commented 2 years ago

Skip pypy3 on macos (pyzmq not building) Use flaky as work around for the first test that always fails on Windows Python 3.9 due to early event loop termination

codecov-commenter commented 2 years ago

Codecov Report

Merging #62 (14f649b) into master (203bd44) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   61.28%   61.33%   +0.04%     
==========================================
  Files          33       33              
  Lines        1648     1650       +2     
  Branches       94       94              
==========================================
+ Hits         1010     1012       +2     
  Misses        633      633              
  Partials        5        5              
Impacted Files Coverage Δ
...ab_pullrequests/tests/test_handlers_integration.py 100.00% <100.00%> (ø)

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 203bd44...14f649b. Read the comment docs.