diff --git a/.github/workflows/profile_cbds_blocks_big.yml b/.github/workflows/profile_cbds_blocks_big.yml index 4150235..ce21ca8 100644 --- a/.github/workflows/profile_cbds_blocks_big.yml +++ b/.github/workflows/profile_cbds_blocks_big.yml @@ -83,7 +83,7 @@ jobs: options.feature_name = '${{ matrix.feature }}'; options.solver_names = {'${{ matrix.solver }}', '${{ matrix.competitor_1 }}', '${{ matrix.competitor_2 }}', '${{ matrix.competitor_3 }}'}; options.dim = '${{ matrix.dim }}'; - options.n_runs = 2; + options.n_runs = 1; options.run_plain = ${{ matrix.run_plain }}; options.summarize_log_ratio_profiles = ${{ matrix.summarize_log_ratio_profiles }}; profile_optiprofiler(options); diff --git a/.github/workflows/profile_cbds_permuted_big.yml b/.github/workflows/profile_cbds_permuted_big.yml index c1fd7cf..0e03361 100644 --- a/.github/workflows/profile_cbds_permuted_big.yml +++ b/.github/workflows/profile_cbds_permuted_big.yml @@ -81,7 +81,7 @@ jobs: options.feature_name = '${{ matrix.feature }}'; options.solver_names = {'${{ matrix.solver }}', '${{ matrix.competitor }}'}; options.dim = '${{ matrix.dim }}'; - options.n_runs = 2; + options.n_runs = 1; options.run_plain = ${{ matrix.run_plain }}; options.summarize_log_ratio_profiles = ${{ matrix.summarize_log_ratio_profiles }}; profile_optiprofiler(options); diff --git a/.github/workflows/profile_cbds_randomized_orthogonal_big.yml b/.github/workflows/profile_cbds_randomized_orthogonal_big.yml index 0adcf31..b2f9da7 100644 --- a/.github/workflows/profile_cbds_randomized_orthogonal_big.yml +++ b/.github/workflows/profile_cbds_randomized_orthogonal_big.yml @@ -82,7 +82,7 @@ jobs: options.feature_name = '${{ matrix.feature }}'; options.solver_names = {'${{ matrix.solver }}', '${{ matrix.competitor_1 }}', '${{ matrix.competitor_2 }}'}; options.dim = '${{ matrix.dim }}'; - options.n_runs = 2; + options.n_runs = 1; options.run_plain = ${{ matrix.run_plain }}; options.summarize_log_ratio_profiles = ${{ matrix.summarize_log_ratio_profiles }}; profile_optiprofiler(options); diff --git a/codecov.yml b/codecov.yml index 4104b51..57a8e3f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,8 @@ # Codecov +codecov: + token: 43d14d1f-aab0-4b34-ae45-c550fdbc98b2 + coverage: status: project: