CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
131 stars 45 forks source link

Add windows ci #139

Open tao558 opened 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #139 (4356285) into develop (aa5920c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #139   +/-   ##
========================================
  Coverage    91.72%   91.72%           
========================================
  Files          137      137           
  Lines        10671    10671           
========================================
  Hits          9788     9788           
  Misses         883      883           
Flag Coverage Δ
unittests 91.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 aa5920c...4356285. Read the comment docs.

codecov-commenter commented 3 years ago

Codecov Report

Merging #139 (a5c68a7) into develop (aa5920c) will decrease coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #139      +/-   ##
===========================================
- Coverage    91.72%   91.68%   -0.04%     
===========================================
  Files          137      137              
  Lines        10671    10671              
===========================================
- Hits          9788     9784       -4     
- Misses         883      887       +4     
Flag Coverage Δ
unittests 91.68% <ø> (-0.04%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pygccxml/parser/project_reader.py 80.00% <0.00%> (-1.06%) :arrow_down:
pygccxml/declarations/cpptypes.py 94.72% <0.00%> (-0.23%) :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 aa5920c...a5c68a7. Read the comment docs.