Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efa78a3

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/1053_exclude_include_cov_by_regex
2 parents b430b43 + db1c1d2 commit efa78a3

26 files changed

Lines changed: 71 additions & 27 deletions

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ jobs:
4949
- uses: actions/checkout@v2
5050
with:
5151
fetch-depth: 0
52+
- uses: c-py/action-dotenv-to-setenv@v2
53+
with:
54+
env-file: .github/variables/.env
55+
- uses: FranzDiebold/github-env-vars-action@v2 #https://github.com/marketplace/actions/github-environment-variables-action
56+
57+
- name: Set buid version number env variables
58+
run: .github/scripts/set_version_numbers_env.sh
59+
5260
- name: Update project version & build number in source code and documentation
5361
run: .github/scripts/update_project_version.sh
5462

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.1.12-develop
1+
v3.1.13-develop

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.12.3872--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.3889--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.12.3872--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.3889--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.12.3872--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.3889--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.12.3872--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.3889--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.12.3872--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.3889--develop-blue.svg)
22

33
# Introduction to 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.12.3872--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.3889--develop-blue.svg)
22

33
# Advanced data comparison
44

docs/userguide/annotations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.12.3872--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.3889--develop-blue.svg)
22

33
# Annotations
44

@@ -2121,7 +2121,8 @@ It can be accessed from any procecure invoked as part of utPLSQL test execution.
21212121
> For example if utPLSQL is installed into `HR` schema, the context name will be `HR_INFO`
21222122
21232123
Following attributes are populated:
2124-
- Always:
2124+
- For entire duration of the test-run:
2125+
- `sys_context( 'UT3_INFO', 'COVERAGE_RUN_ID' );` - Value of COVERAGE_RUN_ID used by utPLSQL internally for coverage gathering
21252126
- `sys_context( 'UT3_INFO', 'RUN_PATHS' );` - list of suitepaths / suitenames used as input parameters for call to `ut.run(...)` or `ut_runner.run(...)`
21262127
- `sys_context( 'UT3_INFO', 'SUITE_DESCRIPTION' );` - the description of test suite that is currently being executed
21272128
- `sys_context( 'UT3_INFO', 'SUITE_PACKAGE' );` - the owner and name of test suite package that is currently being executed

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.12.3872--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.3889--develop-blue.svg)
22

33
# Best Practices
44

0 commit comments

Comments
 (0)