Skip to content

Add ignore failed tests option to Flank#708

Merged
pawelpasterz merged 4 commits into
masterfrom
add-ignore-failures
Apr 8, 2020
Merged

Add ignore failed tests option to Flank#708
pawelpasterz merged 4 commits into
masterfrom
add-ignore-failures

Conversation

@pawelpasterz
Copy link
Copy Markdown
Contributor

Fixes #602

Checklist

  • Documented
  • Unit tested
  • release_notes.md updated

@pawelpasterz pawelpasterz added this to the May 2020 milestone Apr 8, 2020
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #708 into master will decrease coverage by 0.01%.
The diff coverage is 77.77%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #708      +/-   ##
============================================
- Coverage     78.61%   78.60%   -0.02%     
- Complexity      661      664       +3     
============================================
  Files           113      113              
  Lines          2661     2673      +12     
  Branches        379      381       +2     
============================================
+ Hits           2092     2101       +9     
- Misses          321      322       +1     
- Partials        248      250       +2     

Comment thread README.md Outdated
## The max time this test run can execute before it is cancelled (default: unlimited).
# run-timeout: 60m

## Set true to end with exit code 0 despite of failed matrices. False by default.
Copy link
Copy Markdown
Contributor

@bootstraponline bootstraponline Apr 8, 2020

Choose a reason for hiding this comment

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

## Terminate with exit code 0 when there are failed tests. Useful for Fladle and other gradle plugins that don't expect the process to have a non-zero exit code. The JUnit XML is used to determine failure. (default: false)

What do you think of this more verbose description?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Perfect, updated!

"run-timeout",
"legacy-junit-result"
"legacy-junit-result",
"ignoreFailedTests"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think the key is ignore-failed-tests

@pawelpasterz pawelpasterz merged commit fbc6d6e into master Apr 8, 2020
@pawelpasterz pawelpasterz deleted the add-ignore-failures branch April 8, 2020 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ignoreFailures to Flank

4 participants