mity / md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
MIT License
756 stars 138 forks source link

added power support arch ppc64le on YML file. #134

Closed srinivas32 closed 3 years ago

srinivas32 commented 3 years ago

Hi team, Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. For more info tag @gerrith3. continuous integration build has passed after adding power support arch without any failures.kindly check and close this component.

codecov[bot] commented 3 years ago

Codecov Report

Merging #134 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #134   +/-   ##
=======================================
  Coverage   94.38%   94.38%           
=======================================
  Files           3        3           
  Lines        3062     3062           
=======================================
  Hits         2890     2890           
  Misses        172      172           

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 125e8e0...0d13389. Read the comment docs.

mity commented 3 years ago

Sure, no problem.