Skip to content

Commit 1819ca7

Browse files
Updated project version after build [skip ci]
1 parent 5241c43 commit 1819ca7

19 files changed

+19
-19
lines changed

BUILD_NO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4198
1+
4206

docs/about/authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4198--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4206--develop-blue.svg)
22

33
### utPLSQL v3 Major Contributors
44

docs/about/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4198--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4206--develop-blue.svg)
22

33
# Version Information
44

docs/about/project-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4198--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4206--develop-blue.svg)
22

33
# utPLSQL Project Details
44

docs/about/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4198--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4206--develop-blue.svg)
22

33
# How to get support
44

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4198--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4206--develop-blue.svg)
22

33
## What is utPLSQL
44

docs/userguide/advanced_data_comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4198--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4206--develop-blue.svg)
22

33
# Advanced data comparison
44

docs/userguide/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4198--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4206--develop-blue.svg)
22

33
Annotations are used to configure tests and suites in a declarative way similar to modern OOP languages. This way, test configuration is stored along with the test logic inside the test package.
44
No additional configuration files or tables are needed for test cases. The annotation names are based on popular testing frameworks such as JUnit.

docs/userguide/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4198--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4206--develop-blue.svg)
22

33
The following are best practices we at utPLSQL have learned about PL/SQL and Unit Testing.
44

docs/userguide/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4198--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4206--develop-blue.svg)
22

33
utPLSQL comes with a built-in coverage reporting engine. The code coverage reporting uses package DBMS_PROFILER (and DBMS_PLSQL_CODE_COVERAGE on Oracle database version 12.2 and above) provided with Oracle database.
44
Code coverage is gathered for the following source types:

0 commit comments

Comments
 (0)