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

Tests: add testrunner setup #131

Merged
merged 11 commits into from
Aug 1, 2023
Merged

Tests: add testrunner setup #131

merged 11 commits into from
Aug 1, 2023

Conversation

bvotteler
Copy link
Contributor

@bvotteler bvotteler commented Jul 31, 2023

Resolves #130

  • Added a basic test runner setup with jest
  • added configuration options for code coverage
  • added a few test cases to get initial data in test coverage results to tweak the configuration.

Todo:

  • investigate more options on how to integrate with github CI (without using 3rd party paid services)
  • if something useful shows up, add it via github actions and test it to see if it does enough To be added in next PR
    Update: Need to get this PR merged first before I can add a useful workflow to compare coverage. Previous main branch does not have jest yet, so no test coverage available to compare against.

@bvotteler bvotteler marked this pull request as ready for review August 1, 2023 05:23
@bvotteler bvotteler merged commit 7a3a9d1 into interlay:master Aug 1, 2023
2 checks passed
@bvotteler bvotteler deleted the feat-add-testrunner-setup branch August 1, 2023 05:31
@bvotteler bvotteler mentioned this pull request Aug 1, 2023
2 tasks
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.

Add unit test runner with coverage
1 participant