jsonfield icon indicating copy to clipboard operation
jsonfield copied to clipboard

Filter warnings from Django during capture.

Open tirkarthi opened this issue 2 years ago • 1 comments

Django has warnings in asyncio that are also captured in the tests. Filter warnings from django.utils.asyncio module. This was fixed in Django but not yet released : https://github.com/django/django/commit/623c8cd8f41a99f22d39b264f7eaf7244417000b .

Fedora issue: https://bugzilla.redhat.com/show_bug.cgi?id=1962449

tirkarthi avatar Jul 13 '21 06:07 tirkarthi

Codecov Report

Merging #262 (4d57467) into master (cb749a8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #262   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          109       109           
  Branches        14        14           
=========================================
  Hits           109       109           

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 cb749a8...4d57467. Read the comment docs.

codecov[bot] avatar Jul 13 '21 06:07 codecov[bot]