This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> | |
<xsl:template match="/tests"> | |
<testsuite> | |
<xsl:variable name="populatedStacktraces"> | |
<xsl:value-of select="count(test/testresult[not(stacktrace = '')])"/> | |
</xsl:variable> | |
<xsl:variable name="skippedStacktraces"> | |
<xsl:value-of select="count(test/testresult[starts-with(stacktrace, 'org.junit.AssumptionViolatedException')])"/> | |
</xsl:variable> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am mread on github. | |
* I am mread (https://keybase.io/mread) on keybase. | |
* I have a public key whose fingerprint is D62F 7651 0BEB 1C1B ED42 405C 07ED 4F52 A73C C187 | |
To claim this, I am signing this object: |