Skip to content

Commit

Permalink
Add specifc test class
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed May 23, 2023
1 parent 16683df commit b216fb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .smalltalkci/.unit-tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ SmalltalkCISpec {
#exclude : {
#packages : [ 'Stargate-API-Skeleton*']
},
#include: {
#classes: [ #StargateApplicationTest ]
},
#coverage : {
#packages : [
'Stargate-Application*',
Expand All @@ -21,6 +24,7 @@ SmalltalkCISpec {
'Stargate-Metrics*',
'Stargate-Model*',
'Stargate-SUnit-Model*' ],
#classes: [ #StargateApplicationTest ],
#format: #lcov
}
}
Expand Down

0 comments on commit b216fb6

Please sign in to comment.