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

Fix/adf 1585 vulnaribilities #575

Merged
merged 3 commits into from
Oct 12, 2023
Merged

Fix/adf 1585 vulnaribilities #575

merged 3 commits into from
Oct 12, 2023

Conversation

btamas
Copy link
Contributor

@btamas btamas commented Oct 9, 2023

Related to https://oat-sa.atlassian.net/browse/ADF-1585

Test:

  • npm run test

Copy link
Contributor

@jsconan jsconan left a 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?

https://github.com/oat-sa/tao-core-ui-fe/blob/fix/ADF-1585_vulnaribilities/.github/workflows/continuous-integration.yml#L37

              uses: slavcodev/coverage-monitor-action@1

@github-actions
Copy link

Version

Target Version 3.0.2
Last version 3.0.1

There are 0 BREAKING CHANGE, 0 feature, 2 fixes

@github-actions
Copy link

Coverage Report

Totals Coverage
Statements: 81.7% ( 8586 / 10509 )
Methods: 80.55% ( 1814 / 2252 )

@btamas
Copy link
Contributor Author

btamas commented Oct 10, 2023

It kooks good. Could you also fix the CI action?

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.

@btamas btamas requested a review from jsconan October 10, 2023 07:38
Copy link
Contributor

@jsconan jsconan left a 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

@btamas btamas merged commit ebc3c00 into develop Oct 12, 2023
2 checks passed
@btamas btamas deleted the fix/ADF-1585_vulnaribilities branch October 12, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants