-
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.
* Add spinner icon * Convert lambdas on page to extension functions * Add StatusPage usage
- Loading branch information
Showing
15 changed files
with
828 additions
and
623 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
engines: | ||
checkstyle: | ||
enabled: true | ||
channel: "beta" | ||
|
||
ratings: | ||
paths: | ||
- "**.java" |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
language: java | ||
|
||
jdk: | ||
#- openjdk8 | ||
#- oraclejdk11 | ||
- openjdk11 | ||
|
||
before_script: | ||
- chmod +x gradlew | ||
|
||
script: | ||
- ./gradlew check #jacocoTestReport | ||
|
||
#after_success: | ||
# - bash <(curl -s https://codecov.io/bash) | ||
# - ./gradlew jacocoTestReport coveralls | ||
|
||
notifications: | ||
email: | ||
- [email protected] |
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# ReadingBat Core | ||
|
||
[![](https://jitpack.io/v/readingbat/readingbat-core.svg)](https://jitpack.io/#readingbat/readingbat-core) | ||
[![Build Status](https://travis-ci.org/readingbat/readingbat-core.svg?branch=master)](https://travis-ci.org/readingbat/readingbat-core) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ed84149dc1f141ed838d9a53c1c6fe3a)](https://www.codacy.com/gh/readingbat/readingbat-site?utm_source=github.com&utm_medium=referral&utm_content=readingbat/readingbat-site&utm_campaign=Badge_Grade) | ||
[![Kotlin](https://img.shields.io/badge/%20language-Kotlin-red.svg)](https://kotlinlang.org/) |
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
Oops, something went wrong.