|
1 | | -#utPLSQL v3<sub><sup> | Powerful PL/SQL Unit Testing Framework </sup></sub> |
| 1 | +# utPLSQL v3<sub><sup> | Powerful PL/SQL Unit Testing Framework </sup></sub> |
| 2 | + |
2 | 3 | [](https://github.com/utPLSQL/utPLSQL/releases) |
3 | 4 | [](https://github.com/utPLSQL/utPLSQL/releases) |
4 | 5 |
|
5 | 6 | [](https://travis-ci.org/utPLSQL/utPLSQL) |
6 | 7 | [](https://travis-ci.org/utPLSQL/utPLSQL) |
7 | | -[](https://sonarqube.com/dashboard/index?id=utPLSQL%3AutPLSQL) |
8 | | -[](https://sonarqube.com/dashboard/index?id=utPLSQL%3AutPLSQL) |
9 | | -[](https://sonarqube.com/dashboard/index?id=utPLSQL%3AutPLSQL) |
10 | | -[](https://coveralls.io/github/utPLSQL/utPLSQL?branch=develop) |
| 8 | + |
| 9 | +[](https://sonarqube.com/dashboard/index?id=utPLSQL%3AutPLSQL%3Adevelop) |
| 10 | +[](https://coveralls.io/github/utPLSQL/utPLSQL?branch=develop) |
11 | 11 |
|
12 | 12 | [](https://www.apache.org/licenses/LICENSE-2.0) |
13 | 13 | [](http://utplsql-slack-invite.herokuapp.com/) |
14 | 14 | [](https://twitter.com/utPLSQL) |
| 15 | + |
15 | 16 | ---------- |
16 | 17 | utPLSQL version 3 is a complete rewrite of utPLSQL v2 from scratch. |
17 | 18 | Version 2 still supports older versions of Oracle that are no longer available. |
|
171 | 172 | / |
172 | 173 | ``` |
173 | 174 |
|
174 | | -Have a look st the structure of our [demo project](https://github.com/utPLSQL/utPLSQL-demo-project/) |
| 175 | +Have a look at the [utPLSQL demo project](https://github.com/utPLSQL/utPLSQL-demo-project/). |
175 | 176 | The project is installing few example packages from the [source directory](https://github.com/utPLSQL/utPLSQL-demo-project/tree/develop/source), |
176 | 177 | installing the test packages from [test directory](https://github.com/utPLSQL/utPLSQL-demo-project/tree/develop/test) |
177 | 178 | and finally executing all the tests using [Travis CI](https://travis-ci.org/utPLSQL/utPLSQL-demo-project). |
|
0 commit comments