Skip to content

Commit 50c74ee

Browse files
author
Mir Jalal Hashimli
committed
Merge branch 'RM-3259-run-backwards-compatibility-tests' into 'master'
RM-3259: adding bat tests to gitlab ci See merge request cdoc2/cdoc2-java-ref-impl!15
2 parents b666c97 + 09c6b01 commit 50c74ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ test:
1010
- mvn clean verify -s $MAVEN_SETTINGS -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository
1111
- shopt -s globstar
1212
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print "Total", 100*covered/instructions, "% covered" }' /builds/**/target/site/jacoco/jacoco.csv
13+
- cd test/bats
14+
- source install_bats.sh
15+
- source variables.sh
16+
- $BATS_HOME/bats-core/bin/bats cdoc2_tests.bats
1317
coverage: /Total \d+\.\d+ %/
1418
artifacts:
1519
when: always

0 commit comments

Comments
 (0)