@@ -670,11 +670,6 @@ defaults:
670
670
requires :
671
671
- b_archlinux
672
672
673
- - requires_b_ubu_codecov : &requires_b_ubu_codecov
674
- << : *on_all_tags_and_branches
675
- requires :
676
- - b_ubu_codecov
677
-
678
673
- requires_b_osx : &requires_b_osx
679
674
<< : *on_all_tags_and_branches
680
675
requires :
@@ -1074,43 +1069,6 @@ jobs:
1074
1069
- solc/solc-static-linux
1075
1070
- matrix_notify_failure_unless_pr
1076
1071
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
-
1114
1072
# Builds in C++20 mode and uses debug build in order to speed up.
1115
1073
# Do *NOT* store any artifacts or workspace as we don't run tests on this build.
1116
1074
b_ubu_cxx20 :
@@ -2007,10 +1965,6 @@ workflows:
2007
1965
<< : *on_develop
2008
1966
2009
1967
jobs :
2010
- # Code Coverage enabled build and tests
2011
- - b_ubu_codecov : *requires_nothing
2012
- - t_ubu_codecov : *requires_b_ubu_codecov
2013
-
2014
1968
# ASan build and tests
2015
1969
- b_ubu_asan : *requires_nothing
2016
1970
- b_ubu_san_clang : *job_b_ubu_asan_clang
0 commit comments