Skip to content

Let pytest generate both HTML and XML coverage reports - #512

Merged
seisman merged 3 commits into
masterfrom
coverage
Jul 11, 2020
Merged

Let pytest generate both HTML and XML coverage reports#512
seisman merged 3 commits into
masterfrom
coverage

Conversation

@seisman

@seismanseisman commented Jul 11, 2020

Copy link
Copy Markdown
Member

Let pytest generate coverage reports in both XML and HTML formats.
HTML version is useful for viewing reports locally, and XML version is for codecov.

If all tests pass, the XML and HTML coverage reports will be copied into
the root directory; otherwise, they will be in the tmp-test-dir-with-unique-name
directory.

@vercel
vercelBot temporarily deployed to Preview July 11, 2020 01:49 Inactive
@seisman

Copy link
Copy Markdown
MemberAuthor

@weiji14 As you're away, I'll merge this PR without reviewing. We can fix any issues later.

@seismanseisman added this to the 0.2.x milestone Jul 11, 2020
@seismanseisman added the maintenance Boring but important stuff for the core devs label Jul 11, 2020
@seisman
seisman merged commit 9a25ed2 into masterJul 11, 2020
@seisman
seisman deleted the coverage branch July 11, 2020 02:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenanceBoring but important stuff for the core devs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@seisman