Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code coverage with GitHub Actions #1330

Merged
merged 2 commits into from
Jan 4, 2021

Conversation

fbourigault
Copy link
Contributor

@fbourigault fbourigault commented Dec 30, 2020

Q A
Branch? 2.0
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

Run code coverage using pcov (xdebug for PHP 7.1) in every job.

Data is aggregated and can be viewed here: https://coveralls.io/builds/36064956

The only drawback I can see is that Coveralls add a check (at the end of this PR) for every job which can clutter the checks list.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.357% when pulling 0ee301b on fbourigault:github-actions-coverage into d5ae27d on liip:master.

@fbourigault fbourigault force-pushed the github-actions-coverage branch 4 times, most recently from 167350c to da1c7c7 Compare January 4, 2021 14:10
@lsmith77 lsmith77 merged commit 17d48df into liip:master Jan 4, 2021
@fbourigault fbourigault deleted the github-actions-coverage branch January 4, 2021 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants