CMakePP / CMinx

Generates API documentation for CMake functions and macros
https://cmakepp.github.io/CMinx/
Apache License 2.0
14 stars 5 forks source link

Feature/fix version #90

Closed ni-fgenois closed 2 years ago

ni-fgenois commented 2 years ago

One of the latest refactor introduced a couple breaking changes :

codecov[bot] commented 2 years ago

Codecov Report

Merging #90 (a051b81) into master (0e3fac1) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #90   +/-   ##
=======================================
  Coverage   95.39%   95.39%           
=======================================
  Files           5        5           
  Lines         673      673           
=======================================
  Hits          642      642           
  Misses         31       31           
Flag Coverage Δ
unittests 95.39% <100.00%> (ø)

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

Impacted Files Coverage Δ
cminx/__init__.py 90.47% <100.00%> (ø)

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 0e3fac1...a051b81. Read the comment docs.

ryanmrichard commented 2 years ago

@zachcran any idea what's wrong with the PIP test?

zachcran commented 2 years ago

@zachcran any idea what's wrong with the PIP test?

I'll take a look and see if anything jumps out at me.

ryanmrichard commented 2 years ago

@zachcran I think I found it.

ryanmrichard commented 2 years ago

@ni-fgenois Thanks for this PR. FWIW, we're working on getting an official release out in the near future (hopefully by the end of July). So things should be more stable at that point.

github-actions[bot] commented 2 years ago

🚀 [bumpr] Bumped! New version:v0.0.3 Changes:v0.0.2...v0.0.3

ni-fgenois commented 2 years ago

Woah, you people are fast!

Haha, no worries, this project is quite new, so some instabilities are too be expected :)

Thanks for making this available!