Skip to content

Commit

Permalink
activate coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Mar 24, 2024
1 parent 79b8758 commit dface30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ SmalltalkCISpec {
},
#include : {
#classes : [ #SentButNotImplementedTest , #UndefinedSymbolsTest ]
}
},
#coverage : {
#packages : [ 'Seaside*','JQuery*','Javascript*' ],
#format: #lcov
}
}
}

0 comments on commit dface30

Please sign in to comment.