Skip to content

Comments

Normalize ci#51

Merged
greg0ire merged 1 commit intodoctrine:1.0.xfrom
greg0ire:normalize-ci
May 8, 2020
Merged

Normalize ci#51
greg0ire merged 1 commit intodoctrine:1.0.xfrom
greg0ire:normalize-ci

Conversation

@greg0ire
Copy link
Member

@greg0ire greg0ire commented May 2, 2020

No description provided.

@greg0ire
Copy link
Member Author

greg0ire commented May 2, 2020

🤔 I have 2 problems, both with tools not outputting XML. For Psalm, it seems to work on this other PR: greg0ire/persistence#1 . I don't understand why: the version of Psalm is the exact same, and psalm.xml does not seem to contain weird instructions.

@greg0ire
Copy link
Member Author

greg0ire commented May 2, 2020

Removing the psalm phpunit plugin seems to fix the issue

uses: "shivammathur/setup-php@v2"
with:
coverage: "pcov"
coverage: "none"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this mean that we do not have a coverage metric for this library?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we don't have one.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

goetas
goetas previously approved these changes May 3, 2020
@greg0ire
Copy link
Member Author

greg0ire commented May 3, 2020

Not merging right now, I have a lot of similar PRs to other repositories, and we are discussing more inconsistencies, I will push more changes.

See doctrine/persistence#105 and doctrine/orm#8116 if you want to give some input.

@greg0ire greg0ire changed the base branch from master to 1.0.x May 7, 2020 18:32
This is part of a normalization effort accross projects.
@greg0ire greg0ire requested a review from goetas May 7, 2020 19:43
name: "Unit tests"

runs-on: "ubuntu-18.04"
runs-on: "ubuntu-latest"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i find this very risky, but maybe since stuff runs inside docker, does not matter that much

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops I noticed this comment after merging 😅
Yeah I find it risky too, but a little (deps are fixed). cc @bendavies @localheinz in case you have an opinion to share on this.

@greg0ire greg0ire merged commit 06b3ec2 into doctrine:1.0.x May 8, 2020
@greg0ire greg0ire deleted the normalize-ci branch May 8, 2020 18:01
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.

2 participants