Conversation
|
how do you set the path to your src? |
|
Actually, you don't need to set the src path at all. phpunit knows which files to measure the coverage, and coveralls will remove the project dir's full path from the files, then report relative paths of the files to coveralls. So RootDir is now more important. We are going to change the RootDir detection with #124 FYI. |
|
that's great! LGTM |
|
Alright, I'll wait @keradus for his review |
|
|
@keradus Hm, but I don't want to receive many issues with errors about 'src_dir'. I'll include a notice in the changelog with the next release 0.7 and I'll remove that entirely in the release after that 0.8 (or 0.7.1). |
|
That is why I have asked for second PR in the first place. |
|
@keradus |
|
Re: branches, yeah, I will definitely create 0.7.0 branch when we release it. |
|
0.7, no sense to create branch wich patch version in name. |
|
true |
|
@keradus |
|
dunno, still waiting for creating second branch for which you will send second PR. |
There was a problem hiding this comment.
No, it's a different thing
There was a problem hiding this comment.
Oh, but $this->srcDir is not used in assertConfiguration any more. I'll remove this.
|
@keradus |
|
👍 |
We still need to keep it in CoverallsConfiguration for compatibility. Fixes #126.
|
@keradus Thanks for the review. I just squashed the commits and will merge once travis builds become all green. BTW travis is in weird state, no builds started. |
|
try to disable push hook and see then |
|
Tried several things, restart, disabling push hook, etc, but no luck yet. |
|
I'm going to start setting CircleCI builds. CircleCI is anyways a big service that we want to support, so it makes sense to set it up anyways. |
|
I can convirm that Travis has some problem today. On .com version too. |
|
I'm thinking just an addition |
|
👍 for addition |
|
It turned out that it's kinda difficult to get build matrix on CircleCI so I'm going to pick one environment. I'm thinking to have 5.3.3 with What do you think? |
|
First say why you want to use CircleCI.? Way of usage depends on what you need. |
|
Yeah, for short term, I want to get sanity by seeing green builds. For a longer term, I want to make sure our CircleCI support is working. |
|
For first reason - as long as Travis will run all PHP version it is ok to have only one PHP version on CircleCI. |
|
Travis is back to normal. Merging this. |
|
Thanks for the review @keradus ! |
Remove srcDir from the Configuration.
Not supported anymore in 0.7+ php-coveralls/php-coveralls#126 php-coveralls/php-coveralls#127
We still need to keep it in CoverallsConfiguration for compatibility.
Fixes #126.