Skip to content

Commit 5710ef2

Browse files
committed
CI: Setup GitHub Actions to upload smalltalkCI coverage
1 parent 2246b1d commit 5710ef2

2 files changed

Lines changed: 6 additions & 1 deletion

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 }}

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)