ocarlsen / mock-slf4j-impl

SLF4J implementation with mock Loggers backed by Mockito.
MIT License
2 stars 1 forks source link

jUnit Extension #8

Open vitalijr2 opened 1 month ago

vitalijr2 commented 1 month ago

Implements #7.

Major changes:

Minor changes:

vitalijr2 commented 1 month ago

The good guy found the workaround:

ocarlsen commented 1 month ago

Awesome, @. Could you please follow the recommendation:create a feature branchmerge your changes into thatthen make a pull request?That will trigger the workflow with credentials.On Sep 24, 2024, at 1:05 PM, Vitalij Berdinskih @.> wrote: The good guy found the workaround:

add another branch in the repository, exclude it from workflow (now it should works) then I make another PR to this branch then you merge my PR to this branch and last step: you make PR from this branch to develop with regular checks and SONAR

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

vitalijr2 commented 3 weeks ago

Hi Owen, the feature branch must be created in a target repository, that is ocarlsen/mock-slf4j-impl ;)