Skip to content

Commit c3bf5e7

Browse files
committed
Added Jacoco and Sonar
1 parent eaecff3 commit c3bf5e7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,8 @@ jobs:
5353
${{ runner.os }}-maven-
5454
5555
- name: Maven verify
56-
run: mvn verify
56+
run: mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify
57+
58+
- name: Sonar
59+
run: mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
60+

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ dependency-reduced-pom.xml
2424

2525
# Docs
2626
doc/
27+
/utPLSQL/
28+
/utPLSQL.zip

scripts/0_start_db.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker run --name ora-utplsql -p 1521:1521 -e ORACLE_PASSWORD=oracle gvenzl/oracle-xe:18.4.0-slim
1+
docker run -d --name ora-utplsql -p 1521:1521 -e ORACLE_PASSWORD=oracle gvenzl/oracle-xe:18.4.0-slim

0 commit comments

Comments
 (0)