Skip to content

Conversation

mxschmitt
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Aug 1, 2020

Pull Request Test Coverage Report for Build 191441155

  • 21 of 22 (95.45%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.1%) to 88.161%

Changes Missing Coverage Covered Lines Changed/Added Lines %
playwright/network.py 18 19 94.74%
Files with Coverage Reduction New Missed Lines %
playwright/connection.py 1 97.62%
Totals Coverage Status
Change from base Build 190969898: 0.1%
Covered Lines: 3366
Relevant Lines: 3818

💛 - Coveralls

@mxschmitt mxschmitt force-pushed the tests/interception-iter-2 branch from e7fb85c to 336e3f7 Compare August 1, 2020 17:18
length = len(body)
elif path:
file_content = Path(path).read_bytes()
params["body"] = base64.b64encode(file_content).decode()
Copy link
Member

Choose a reason for hiding this comment

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

This Python contract is weird. I'd explicitly say decode('ascii') to win the reader's trust.

@pavelfeldman pavelfeldman merged commit 5076dab into microsoft:master Aug 1, 2020
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.

3 participants