Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Conversation

@clydin
Copy link
Member

@clydin clydin commented Sep 18, 2018

No description provided.

} else if (statusEvent.state === STATUS_STATE.Failure) {
await this.setStatus(
STATUS_STATE.Error,
`Unable to calculate sizes. Failure: "${config.circleCiStatusName}"`,
Copy link
Contributor

Choose a reason for hiding this comment

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

There an extra space before "Failure"

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

async upsertNewArtifacts(
context: Context,
artifacts: BuildArtifact[]
): Promise<void> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you put the function definition on one line instead of 4 ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@ocombe
Copy link
Contributor

ocombe commented Sep 19, 2018

Seems good, just some minor cosmetic remarks
It would probably be better if we had more logs, at least until we're sure that it works ok?

@ocombe ocombe merged commit 2e3a584 into angular:master Sep 20, 2018
@clydin clydin deleted the size-task branch September 20, 2018 09:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants