Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pitest-maven from 1.6.2 to 1.6.3 #303

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2021

Bumps pitest-maven from 1.6.2 to 1.6.3.

Release notes

Sourced from pitest-maven's releases.

1.6.3

  • #853 Fix case insensitive feature check
  • #855 Make coverage data available to interceptors
  • #857 Pass stderr/out data by line (thanks @kgeilmann)
  • #858 Fix test not failing when maxSurviving is 0 (thanks @alexkoltz)
  • #860 Fix junk mutations in try with resources in java 11
Commits
  • 4238ce8 Merge pull request #861 from hcoles/master
  • 6a4f021 Merge pull request #860 from hcoles/java_11_try_with_resources
  • 6abe32b improve try-with-resources-filtering #766
  • 141244e add example classes used in try with resources test cases
  • 6410c68 Merge pull request #858 from alexkoltz/master
  • 734a8f4 Fixed tests not failing when maxSurviving=0 and typo
  • eee3165 Merge pull request #857 from kgeilmann/fix_mess_on_stdout_stderr
  • b684173 Pass data from stdout and stderr of spawned processes line by line to the con...
  • ee02ad2 Merge pull request #856 from hcoles/tidy_up
  • 6bae7b3 Code inspection fixes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Feb 17, 2021
@codecov-io
Copy link

Codecov Report

Merging #303 (6488eec) into master (a4a6307) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #303   +/-   ##
=========================================
  Coverage     87.61%   87.61%           
  Complexity       79       79           
=========================================
  Files             8        8           
  Lines           323      323           
  Branches         48       48           
=========================================
  Hits            283      283           
  Misses           31       31           
  Partials          9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4a6307...6488eec. Read the comment docs.

@uhafner uhafner merged commit a56b8b4 into master Feb 22, 2021
@uhafner uhafner deleted the dependabot/maven/org.pitest-pitest-maven-1.6.3 branch February 22, 2021 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants