Skip to content

Commit df4f264

Browse files
authored
Merge pull request #15489 from ethereum/remove_codecov_job
CI: Remove nightly codecov job
2 parents c3bf567 + 11395ad commit df4f264

File tree

2 files changed

+0
-68
lines changed

2 files changed

+0
-68
lines changed

.circleci/config.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -670,11 +670,6 @@ defaults:
670670
requires:
671671
- b_archlinux
672672

673-
- requires_b_ubu_codecov: &requires_b_ubu_codecov
674-
<<: *on_all_tags_and_branches
675-
requires:
676-
- b_ubu_codecov
677-
678673
- requires_b_osx: &requires_b_osx
679674
<<: *on_all_tags_and_branches
680675
requires:
@@ -1074,43 +1069,6 @@ jobs:
10741069
- solc/solc-static-linux
10751070
- matrix_notify_failure_unless_pr
10761071

1077-
b_ubu_codecov:
1078-
# Runs ~30% faster on large but we only run it nightly so efficiency matters more.
1079-
<<: *base_ubuntu2404
1080-
environment:
1081-
<<: *base_ubuntu2404_env
1082-
COVERAGE: ON
1083-
CMAKE_BUILD_TYPE: Debug
1084-
CMAKE_OPTIONS: -DCMAKE_CXX_FLAGS=-fuse-ld=gold
1085-
steps:
1086-
- checkout
1087-
- run_build
1088-
- persist_executables_to_workspace
1089-
- matrix_notify_failure_unless_pr
1090-
1091-
t_ubu_codecov:
1092-
<<: *base_ubuntu2404_large
1093-
environment:
1094-
<<: *base_ubuntu2404_large_env
1095-
EVM: << pipeline.parameters.evm-version >>
1096-
OPTIMIZE: 1
1097-
steps:
1098-
- checkout
1099-
- attach_workspace:
1100-
at: build
1101-
- run:
1102-
name: "soltest: Syntax Tests"
1103-
command: build/test/soltest -t 'syntaxTest*' -- --testpath test
1104-
- run:
1105-
name: "Code Coverage: Syntax Tests"
1106-
command: codecov --flags syntax --gcov-root build
1107-
- run_soltest
1108-
- run:
1109-
name: "Coverage: All"
1110-
command: codecov --flags all --gcov-root build
1111-
- store_artifacts_test_results
1112-
- matrix_notify_failure_unless_pr
1113-
11141072
# Builds in C++20 mode and uses debug build in order to speed up.
11151073
# Do *NOT* store any artifacts or workspace as we don't run tests on this build.
11161074
b_ubu_cxx20:
@@ -2007,10 +1965,6 @@ workflows:
20071965
<<: *on_develop
20081966

20091967
jobs:
2010-
# Code Coverage enabled build and tests
2011-
- b_ubu_codecov: *requires_nothing
2012-
- t_ubu_codecov: *requires_b_ubu_codecov
2013-
20141968
# ASan build and tests
20151969
- b_ubu_asan: *requires_nothing
20161970
- b_ubu_san_clang: *job_b_ubu_asan_clang

codecov.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)