-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add it and report coverage #72
Conversation
- `mvn verify` - `mvn jacoco:merge@merge-id -pl starts-core` - `mvn jacoco:report@report-id -pl starts-core`
* Add action to comment on PR * Allow repeats
Has this been fixed @jtx1999 ? |
What about this one, @jtx1999 ?? |
@owolabileg Not yet, I'm going to add that |
@jtx1999 what is the status of this PR? Is there a plan to fix the failing build? |
@owolabileg |
@owolabileg Please review |
@jtx1999 so, what does the current PR do for coverage instead? Can we add a coverage badge to the README? |
@owolabileg The current PR logs the coverage to stdout in the actions run, e.g. https://github.com/TestingResearchIllinois/starts/pull/72/checks?check_run_id=2687294098 Can we merge this PR first? I'll add a coverage badge later. |
Add integration tests.
Add Github action to report coverage on PRs.