instapi icon indicating copy to clipboard operation
instapi copied to clipboard

possible flaky test

Open XinyuLiu5566 opened this issue 3 years ago • 1 comments

When I run pytest --flake-finder on this test, it passes/fails periodically, so it might be a flaky test. After the code modification by adding a try-except block, it passes all the time.

XinyuLiu5566 avatar Dec 07 '21 20:12 XinyuLiu5566

Codecov Report

Merging #139 (8c8728b) into develop (f110260) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop      #139   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines          582       582           
=========================================
  Hits           582       582           

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 f110260...8c8728b. Read the comment docs.

codecov[bot] avatar Dec 07 '21 21:12 codecov[bot]