cqfn / pdd

Command line toolkit for collecting TODO markers from your code, known as Puzzle Driven Development (PDD)
https://www.0pdd.com
MIT License
76 stars 25 forks source link

[#207] fix wrongly detected puzzle body #208

Closed mbao01 closed 2 years ago

mbao01 commented 2 years ago
mbao01 commented 2 years ago

@yegor256 please review

codecov[bot] commented 2 years ago

Codecov Report

Merging #208 (f09c8bc) into master (cd166ee) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head f09c8bc differs from pull request most recent head ba4b803. Consider uploading reports for the commit ba4b803 to get more accurate results

@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
+ Coverage   95.75%   95.77%   +0.02%     
==========================================
  Files          10       10              
  Lines         353      355       +2     
==========================================
+ Hits          338      340       +2     
  Misses         15       15              
Impacted Files Coverage Δ
lib/pdd/source.rb 99.16% <100.00%> (+0.01%) :arrow_up:

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 cd166ee...ba4b803. Read the comment docs.

yegor256 commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 years ago

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 1min)

yegor256 commented 2 years ago

@rultor release, tag is 0.21.1

rultor commented 2 years ago

@rultor release, tag is 0.21.1

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 2 years ago

@rultor release, tag is 0.21.1

@yegor256 Done! FYI, the full log is here (took me 2min)

yegor256 commented 2 years ago

@mbao01 thanks!