File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,6 +129,14 @@ jobs:
129129 id : validate-reports-format
130130 run : bash .github/scripts/validate_report_files.sh
131131
132+ - name : Codecov
133+ uses : codecov/codecov-action@v2
134+ with :
135+ files : ./cobertura.xml
136+ flags : ${{matrix.db_version_name}}
137+ fail_ci_if_error : true # optional (default = false)
138+ verbose : true # optional (default = false)
139+
132140 - name : SonarCloud Scan
133141 id : sonar
134142 uses : SonarSource/sonarcloud-github-action@master
@@ -138,7 +146,7 @@ jobs:
138146 with :
139147 args : >
140148 -Dsonar.buildString=${{ format( '{0}.{1}', env.UTPLSQL_BUILD_VERSION, matrix.id ) }}
141- -Dsonar.plsql.jdbc.url=${{ format( 'jdbc:oracle:thin:@{0}', env.CONNECTION_STR ) }}
149+ -Dsonar.plsql.jdbc.url=${{ format( 'jdbc:oracle:thin:@// {0}', env.CONNECTION_STR ) }}
142150 -Dsonar.plsql.jdbc.driver.path=${{ format( '{0}/ojdbc8.jar', env.OJDBC_HOME ) }}
143151
144152 publish :
You can’t perform that action at this time.
0 commit comments