mosesliao / fastlane-plugin-lizard

🦎Official fastlane plugin for lizard code complexity analytics 🦎
http://www.lizard.ws/
MIT License
28 stars 13 forks source link

Fix issues with lizard executable logic #8

Closed mgrebenets closed 6 years ago

mgrebenets commented 6 years ago
mgrebenets commented 6 years ago

@liaogz82 can't figure out how to add reviewers, so pinging you instead 👍

mosesliao commented 6 years ago

Give me some time to check the CI review. thanks

mosesliao commented 6 years ago

wait... you are PRing from your own fork. The CircleCI is not running because of that.

let me google for solutions to the CI problem. May take a bit longer. Please don't remove the fork for now

mgrebenets commented 6 years ago

Hm... interesting, I've been using forks before on other open-source repos. It should have picked it up, the changes are on my fork, but the PR is on main repo.

mosesliao commented 6 years ago
screen shot 2018-03-19 at 10 20 30 am

Could you try add a comment and do a git push -f or something? thanks.

it is a circleCI setting. it was off just now

mosesliao commented 6 years ago

ok running

mgrebenets commented 6 years ago

Good point on CI part, I'll check if I can add any specs for this change.

mosesliao commented 6 years ago

oh btw, the rake release will be done manually once the bug get solved.

mosesliao commented 6 years ago

https://circleci.com/gh/liaogz82/fastlane-plugin-lizard/25

strange. it is passing here.

mgrebenets commented 6 years ago

Strange indeed, because I definitely broke the test that checks the order of input folder and -l swift option 🤔

I've just pushed updates with new rspecs and fixed rspec for position of source folder.

mgrebenets commented 6 years ago

Wow, that's fast, but this CI run was using new tests:

    when specify custom executable
      uses custom executable
      should raise if custom executable does not exist <-- this one's new
mgrebenets commented 6 years ago

@liaogz82 Sounds good to me. Thanks 🎉