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

[Feat]: Automated eslint & vitest coverage with action #36

Open
1 task done
abiriadev opened this issue Jun 9, 2024 · 0 comments
Open
1 task done

[Feat]: Automated eslint & vitest coverage with action #36

abiriadev opened this issue Jun 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@abiriadev
Copy link
Owner

abiriadev commented Jun 9, 2024

Problem

We can't find mistakes from PR with the test or lint.

  • We have to show the test failer for each PR
  • we have to show the codebase cov report of the main branch
  • We should see a lint warning in the GitHub code review tab
  • We should see a fixable lint suggestion directly from code review tab
  • We should add labels for PR automatically
  • We should assign assignees and reviewers automatically

Suggestion

  • We have to setup vitest for testing and reporting coverage
  • We have to setup codecov to read vitest/v8 coverage report
  • We have to setup eslint action to produce lint result and suggestion

Willingness to Contribute

  • I'm willing to actively contribute to it

Related Issues

No response

@abiriadev abiriadev added the enhancement New feature or request label Jun 9, 2024
@abiriadev abiriadev self-assigned this Jun 9, 2024
@abiriadev abiriadev mentioned this issue Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant