-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,9 @@ | ||
# README | ||
# undercover-test | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
Demo Rails app with Undercover GitHub App configured to find untested methods, blocks and classes in each commit. | ||
|
||
Things you may want to cover: | ||
Check out the the [sample PR catching an untested and changed codepath](https://github.com/twitchy-tortoise/undercover-test/pull/57), [`test_helper.rb`](https://github.com/twitchy-tortoise/undercover-test/blob/master/test/test_helper.rb) and [GitHub Actions build config](https://github.com/twitchy-tortoise/undercover-test/blob/c97f59502b6aa20587c503bb051e78edab648802/.github/workflows/test.yml) or go straight to https://undercover-ci.com to get started! | ||
|
||
* Ruby version | ||
|
||
* System dependencies | ||
|
||
* Configuration | ||
|
||
* Database creation | ||
|
||
* Database initialization | ||
|
||
* How to run the test suite | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
|
||
* Deployment instructions | ||
|
||
* ... | ||
Coming soon: | ||
- view coverage (with `enable_coverage_for_eval`) | ||
- in-app dashboard with charts (passed/failed checks over time, untested methods detected over time, and more) |