diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 64b8695..d6c6265 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -29,3 +29,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} timeout-minutes: 15 + - name: Upload coverage to Coveralls + uses: coverallsapp/github-action@v2 + if: matrix.os == 'ubuntu-latest' && matrix.smalltalk == 'Pharo64-14' + with: + github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.smalltalk.ston b/.smalltalk.ston index 6643f6a..be3e00d 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -8,7 +8,8 @@ SmalltalkCISpec { ], #testing : { #coverage : { - #packages : [ 'Containers-Trie' ] + #packages : [ 'Containers-Trie' ], + #format : #lcov } } } diff --git a/README.md b/README.md index d28bac7..910d4c3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ can only load the collection they need without 100 of related collections. [![License](https://img.shields.io/badge/license-MIT-blue.svg)]() [![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download) [![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download) - +[![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) ## Loading