Skip to content

Commit a1c4475

Browse files
committed
Remove GHA codecov job
1 parent 7706f1f commit a1c4475

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ inputs:
4545
description: Extra B2 flags to use
4646
required: false
4747
default: 'warnings=extra warnings-as-errors=on'
48-
lcov_branch_coverage:
49-
description: Whether branch coverage data should be collected and processed
50-
required: false
51-
default: ''
5248
valgrind_options:
5349
description: Valgrind options to use
5450
required: false
@@ -81,7 +77,7 @@ runs:
8177
8278
echo "CXX=$CXX" >> $GITHUB_ENV
8379
echo "COMMENT=${{ inputs.comment }}" >> $GITHUB_ENV
84-
echo "LCOV_BRANCH_COVERAGE=${{ inputs.lcov_branch_coverage }}" >> $GITHUB_ENV
80+
echo "LCOV_BRANCH_COVERAGE=$LCOV_BRANCH_COVERAGE" >> $GITHUB_ENV
8581
echo "B2_CI_VERSION=1" >> $GITHUB_ENV
8682
echo "B2_CXXSTD=${{ inputs.cxxstd }}" >> $GITHUB_ENV
8783
echo "B2_TOOLSET=$B2_TOOLSET" >> $GITHUB_ENV

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ jobs:
2424
container: "ubuntu:16.04"
2525
toolset: "gcc"
2626
comment: "docs"
27-
- name: "COMMENT=codecov.io LCOV_BRANCH_COVERAGE=0 B2_ Job 1"
28-
buildtype: "codecov"
29-
packages: "g++-8"
30-
os: "ubuntu-20.04"
31-
container: "ubuntu:16.04"
32-
toolset: "gcc"
33-
toolset_version: "8"
34-
comment: "codecov.io"
35-
lcov_branch_coverage: "0"
36-
b2_cxxstd: "11"
37-
b2_defines: "BOOST_NO_STRESS_TEST=1"
3827
- name: "COMMENT=valgrind B2_TOOLSET=clang-6.0 B2_CXXS Job 2"
3928
buildtype: "valgrind"
4029
packages: "clang-6.0 libc6-dbg libstdc++-8-dev"
@@ -297,7 +286,6 @@ jobs:
297286
defines: ${{ matrix.b2_defines }}
298287
variant: ${{ matrix.b2_variant }}
299288
testflags: ${{ matrix.b2_testflags }}
300-
lcov_branch_coverage: ${{ matrix.lcov_branch_coverage }}
301289
valgrind_options: ${{ matrix.valgrind_opts }}
302290
asan: ${{ matrix.b2_asan }}
303291
ubsan: ${{ matrix.b2_ubsan }}

0 commit comments

Comments
 (0)