altendky / qtrio

QTrio - a library bringing Qt GUIs together with async and await via Trio
https://qtrio.readthedocs.io/
Other
40 stars 4 forks source link

Rework examples with start2 #237

Closed altendky closed 3 years ago

altendky commented 3 years ago

Draft for:

codecov[bot] commented 3 years ago

Codecov Report

Merging #237 (f18e7c0) into master (5de0758) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #237   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           33        33           
  Lines         1884      1972   +88     
  Branches       112       126   +14     
=========================================
+ Hits          1884      1972   +88     
Impacted Files Coverage Δ
qtrio/_cli.py 100.00% <ø> (ø)
qtrio/_core.py 100.00% <100.00%> (ø)
qtrio/_tests/conftest.py 100.00% <100.00%> (ø)
qtrio/_tests/examples/readme/test_qtrio.py 100.00% <100.00%> (ø)
qtrio/_tests/examples/test_buildingrespect.py 100.00% <100.00%> (ø)
qtrio/_tests/examples/test_crossingpaths.py 100.00% <100.00%> (ø)
qtrio/_tests/examples/test_download.py 100.00% <100.00%> (ø)
qtrio/_tests/examples/test_emissions.py 100.00% <100.00%> (ø)
qtrio/_tests/helpers.py 100.00% <100.00%> (ø)
qtrio/dialogs.py 100.00% <100.00%> (ø)
... and 5 more

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 5de0758...f18e7c0. Read the comment docs.

altendky commented 3 years ago

Trying another (another) PR to fix the check status reporting.