X Tutup
Skip to content

Commit cc02510

Browse files
author
Johan Brichau
authored
Merge pull request SeasideSt#48 from SeasideSt/test-coveralls
Test coveralls
2 parents ded5e2c + 721961e commit cc02510

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.smalltalk.ston

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ SmalltalkCISpec {
1313
#load : [ 'Tests' ],
1414
#platforms : [ #gemstone ]
1515
}
16-
]
16+
],
17+
#testing : {
18+
#coverage : {
19+
#packages : [ 'Grease-*' ]
20+
}
21+
}
1722
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**IMPORTANT**: Since version 1.3.0, this is the main repository of Grease. Versions older than 1.1.9 can be found in the [Smalltalkhub repository](http://www.smalltalkhub.com/#!/~Seaside/Grease11). Check out the [releases list](https://github.com/SeasideSt/Grease/releases) for all version numbers in this repository.
22

3-
The Grease Portability Library [![Build Status](https://travis-ci.org/SeasideSt/Grease.svg?branch=master)](https://travis-ci.org/SeasideSt/Grease)
3+
The Grease Portability Library [![Build Status](https://travis-ci.org/SeasideSt/Grease.svg?branch=master)](https://travis-ci.org/SeasideSt/Grease)[![Coverage Status](https://coveralls.io/repos/github/SeasideSt/Grease/badge.svg?branch=test-coveralls)](https://coveralls.io/github/SeasideSt/Grease?branch=test-coveralls)
44
======
55
Grease enhances the ANSI Smalltalk standard. With only a few exceptions, we assume platforms are fully ANSI-compliant. Platforms want to support Seaside and standardization makes this easier for the project’s developers and its porters.
66

0 commit comments

Comments
 (0)
X Tutup