Skip to content

Commit b616844

Browse files
committed
update README.md
1 parent 6cf2dc0 commit b616844

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
- lcov-jenkins-gcc-13.sh: a script used by Jenkins jobs to process test coverage, and output lcov/gcov results.
55
- gcov-compare.py: Compares the coverage changes of a pull request, and displays a sort of "chart" indicating if coverage has increased or decreased.
66

7-
Modifying lcov-jenkins-gcc-13.sh affects all current jobs. Therefore, when testing, add scripts such as lcov-jenkins-gcc-16-experimental.sh, etc.
7+
Modifying lcov-jenkins-gcc-13.sh affects all current jobs. Therefore, when testing, add scripts such as lcov-jenkins-experimental.sh, etc.
88

99
See docs/README.md for instructions about running lcov in a local test environment.

scripts/docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ mkdir -p test
1919
cd test
2020
2121
export REPONAME=url
22-
export ORGANIZATION=cppalliance
22+
export ORGANIZATION=boostorg
2323
ghprbTargetBranch=develop
24+
CHANGE_TARGET=develop
2425
export JOBFOLDER="${REPONAME}_job_folder"
2526
2627
echo "Initial cleanup. Remove job folder"

0 commit comments

Comments
 (0)