Skip to content

Commit a333be1

Browse files
authored
Merge pull request #13 from HossamSaberr/master
CI: Add Coveralls coverage upload to GitHub Actions
2 parents 2246b1d + 87deff1 commit a333be1

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/matrix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
timeout-minutes: 15
32+
- name: Upload coverage to Coveralls
33+
uses: coverallsapp/github-action@v2
34+
if: matrix.os == 'ubuntu-latest' && matrix.smalltalk == 'Pharo64-14'
35+
with:
36+
github-token: ${{ secrets.GITHUB_TOKEN }}

.smalltalk.ston

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ SmalltalkCISpec {
88
],
99
#testing : {
1010
#coverage : {
11-
#packages : [ 'Containers-Trie' ]
11+
#packages : [ 'Containers-Trie' ],
12+
#format : #lcov
1213
}
1314
}
1415
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ can only load the collection they need without 100 of related collections.
1212
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
1313
[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
1414
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
15-
15+
[![Coverage Status](https://coveralls.io/repos/github/pharo-containers/Containers-Trie/badge.svg?branch=master)](https://coveralls.io/github/pharo-containers/Containers-Trie?branch=master)
1616

1717
## Loading
1818

0 commit comments

Comments
 (0)