File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
run : git clone --branch DOP-5399 https://github.com/mongodb/docs-java.git cloned-docs-java-repo
28
28
29
29
- name : Clone Osiris
30
- run : git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/10gen/osiris.git cloned-osiris-repo
30
+ run : git clone https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/10gen/osiris.git cloned-osiris-repo
31
31
32
32
- name : Run Coverage Check
33
33
id : run_coverage
40
40
# Extract the last reported overall coverage percentage
41
41
COVERAGE_PERCENT=$(echo "$COVERAGE_OUTPUT" | grep -oE 'Average Coverage: [0-9]+(\.[0-9]+)?%' | tail -1 | grep -oE '[0-9]+(\.[0-9]+)?')
42
42
43
- REQUIRED_COVERAGE=90 .0
43
+ REQUIRED_COVERAGE=100 .0
44
44
45
45
# Extract site names where Average Coverage is below the required coverage%
46
46
LOW_COVERAGE_SITES=$(echo "$COVERAGE_OUTPUT" | awk -v threshold=$REQUIRED_COVERAGE '
You can’t perform that action at this time.
0 commit comments