Add junit formatter to the elixir tests#1888
Merged
garrensmith merged 2 commits intoapache:masterfrom Jan 31, 2019
garrensmith:elixir-junit
Merged
Add junit formatter to the elixir tests#1888garrensmith merged 2 commits intoapache:masterfrom garrensmith:elixir-junit
garrensmith merged 2 commits intoapache:masterfrom
garrensmith:elixir-junit
Conversation
Member
|
The check formatter (mix 1.8.0) fails on @@ -1,3 +1,7 @@
-ExUnit.configure(exclude: [pending: true], formatters: [JUnitFormatter, ExUnit.CLIFormatter])
+ExUnit.configure(
+ exclude: [pending: true],
+ formatters: [JUnitFormatter, ExUnit.CLIFormatter]
+)
+Credo fails with |
Add the junit formatter so that Jenkins can read the elixir tests
eiri
approved these changes
Jan 31, 2019
Member
|
@garrensmith This might be something we want to piece into the top-level |
Member
Author
|
Yes. I think it would work perfectly there
…________________________________
From: Joan Touzet <notifications@github.com>
Sent: Thursday, January 31, 2019 7:13 PM
To: apache/couchdb
Cc: garren smith; Mention
Subject: Re: [apache/couchdb] Add junit formatter to the elixir tests (#1888)
@garrensmith<https://github.com/garrensmith> This might be something we want to piece into the top-level Jenkinsfile, not sure.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1888 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAK9AqTBjSOCXESO5yyejvEhWJH2NqfUks5vIyROgaJpZM4aaQh0>.
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Adds the junit formatter for the elixir tests so that Jenkins can read the test output nicely
Testing recommendations
run
mix testand then look under_build/test/lib/foo/test-junit-report.xmlfor the xml outputChecklist