File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments