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

♻️ Attach firstElement and messageArray to assert errors #32887

Merged
merged 3 commits into from Feb 25, 2021

Conversation

rcebulko
Copy link
Contributor

Mirrors existing functionality in standalone assertion helpers

src/assert.js Outdated Show resolved Hide resolved
}

return subValue;
});
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rsimha Do you know why this might thing these lines were not covered by tests? Every line is indeed covered

Copy link
Contributor

@rsimha rsimha Feb 25, 2021

Choose a reason for hiding this comment

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

Not sure why it claimed zero coverage.

From CI logs, unit test coverage was successfully uploaded for the last commit in this PR: https://app.circleci.com/pipelines/github/ampproject/amphtml/2836/workflows/8eda1669-cac3-4370-a4f3-548652ffaf9f/jobs/32913/parallel-runs/0/steps/0-110

And codecov shows that the lines added by this PR are indeed covered (from running tests after this landed on master): https://codecov.io/gh/ampproject/amphtml/commit/ee8ac1edf18b76d00158ef949587b7e272fdad8a/ (link needs GH login)

Perhaps there was a blip during the PR build's coverage processing? Not sure. Can keep an eye, but can't think of any action items now.

Copy link
Contributor

Choose a reason for hiding this comment

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

Unless... you changed the code in one commit and added tests in a follow up commit, and these statuses are from the first commit that didn't have the coverage?

@rcebulko rcebulko merged commit ee8ac1e into ampproject:master Feb 25, 2021
@rcebulko rcebulko deleted the assertEl branch February 25, 2021 16:21
Copy link
Contributor

@jridgewell jridgewell left a comment

Choose a reason for hiding this comment

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

Late approval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants