Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou authored Jun 14, 2024
1 parent ca96c88 commit 16a28c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-moose11.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
push:
branches:
Expand All @@ -26,6 +29,11 @@ jobs:
shell: bash
timeout-minutes: 15

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build meta-model planuml image
run: |
$SMALLTALK_CI_VM $SMALLTALK_CI_IMAGE st ./ci/generatePUML.st
Expand Down
7 changes: 5 additions & 2 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ SmalltalkCISpec {
}
],
#testing: {
#packages : [ 'GitLab*' ],
#failOnZeroTests : false
#packages : [ 'GitLab*', 'GLPH.*', 'GitHub.*' ],
#coverage : {
#packages : [ 'GitLab.*', 'GLPH.*', 'GitHub.*' ],
#format : #lcov
}
}
}

0 comments on commit 16a28c6

Please sign in to comment.