diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index fa5a450..07cd280 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -28,8 +28,8 @@ jobs: shell: bash timeout-minutes: 15 - # - name: Coveralls - # uses: coverallsapp/github-action@master - # if: ${{ matrix.smalltalk == 'Pharo64-12' }} - # with: - # github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - name: Coveralls + uses: coverallsapp/github-action@master + if: ${{ matrix.smalltalk == 'Pharo64-12' }} + with: + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index a0fbb1b..11680f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Bitbucket-Pharo-API +[![Continuous](https://github.com/Evref-BL/Bitbucket-Pharo-API/actions/workflows/continuous.yml/badge.svg)](https://github.com/Evref-BL/Bitbucket-Pharo-API/actions/workflows/continuous.yml) +[![Coverage Status](https://coveralls.io/repos/github/Evref-BL/Bitbucket-Pharo-API/badge.svg?branch=ci-add-coverage)](https://coveralls.io/github/Evref-BL/Bitbucket-Pharo-API?branch=develop) + This is a Pharo client for the [Bitbucket Server REST API](https://docs.atlassian.com/bitbucket-server/rest/5.9.0/bitbucket-rest.html) ## Installation @@ -7,7 +10,7 @@ This is a Pharo client for the [Bitbucket Server REST API](https://docs.atlassia ```st Metacello new githubUser: 'Evref-BL' project: 'Bitbucket-Pharo-API' commitish: 'develop' path: 'src'; - baseline: 'Bitbucket-Pharo-API'; + baseline: 'BitbucketPharoAPI'; onConflict: [ :ex | ex useIncoming ]; load ``` \ No newline at end of file