-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix/adf 1585 vulnaribilities #575
Conversation
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.
It kooks good.
Could you also fix the CI action?
uses: slavcodev/coverage-monitor-action@1
Version
There are 0 BREAKING CHANGE, 0 feature, 2 fixes |
Fixed. The issue was not the coverage monitor, but the test were fail. I've checked and one delay was 100ms before, but it was decreased to 50. I've increased it back to 100 and it runs now. |
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.
Review Checklist
- New code is covered by tests (if applicable)
- Tests are running successfully (old and new ones) on my local machine (if applicable)
- New code respects code style rules
- New code respects best practices
- New code is not subject to concurrency issues (if applicable)
- Feature is working correctly on my local machine (if applicable)
- Acceptance criteria are respected
- Pull request title and description are meaningful
- Pull request's target is not
master
- Commits are following conventional commits
- Commits messages are meaningful
- Commits are atomic
Related to https://oat-sa.atlassian.net/browse/ADF-1585
services/*
plugins were not marked as external.Test:
npm run test