Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

Commit

Permalink
Grails version requirement downgraded to 2.1 + Version bumped to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benorama committed Jun 16, 2014
1 parent 70922cb commit 0714b5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CoverallsGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class CoverallsGrailsPlugin {

def version = "0.1.2"
def grailsVersion = "2.3 > *"
def version = "0.1.3"
def grailsVersion = "2.1 > *"
def pluginExcludes = [
"grails-app/views/error.gsp"
]
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ grails {

# Usage

## Sending your coverage reports to Coveralls.io
## Sending your coverage reports to Coveralls

Add this command to your build process (after testing and coverage report generation).

Expand Down Expand Up @@ -106,8 +106,14 @@ after_success:
- ./grailsw coveralls --token=$COVERALLS_REPO_TOKEN
```

## Configuring Coveralls

Source code is not stored or Coveralls, but you can access coverage detail for each files.
In order to do that, you'll just need to update source root path settings on Coverrals to remove Travis local path (e.g.: `/home/travis/build/github-username/github-project-name`).

# Latest releases

* 2014-06-16 **V0.1.3** : Grails version requirement downgraded to 2.1.*
* 2014-05-26 **V0.1.2** : Fix source directories detection
* 2014-05-21 **V0.1.1** : Plugin descriptor + README update
* 2014-05-21 **V0.1** : Initial release
Expand Down

0 comments on commit 0714b5c

Please sign in to comment.