-
Notifications
You must be signed in to change notification settings - Fork 15
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
227 dependency checker #233
Conversation
@remcowesterhoud If you have some time, you could maybe take a look at this. Now the dependency checker is happy, but the tests are not running. There are two issues that I am aware of:
I will take a second look after lunch. If you have any insights, please share. |
@remcowesterhoud Also why are the tests failing but the test results are all green? |
These are needed. They are not used directly in the code so that's probably why the dependency checker removes them. But we need to provide an slf4j implementation in our tests, otherwise we won't get any logging.
It seems the dependency checker removed the
Not quite sure what you mean, everything seems red to me? |
|
Hmm that's interesting. I think it's because the pipeline failed on compilation. Therefore no new artifacts with test reports are published. I guess that on publishing it will download the latest artifacts for this PR, which would be the ones of the previous commit 🤔 |
ff324fb
to
5024e4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just one small question/suggestion 👍
Description
Related issues
closes #227
Definition of Done
Not all items need to be done depending on the issue and the pull request.
Code changes:
Testing:
Documentation: