diff --git a/.github/codecov.yml b/.github/codecov.yml index 9d24206ad..b3d3ed281 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,3 +1,4 @@ +--- coverage: status: project: @@ -8,9 +9,9 @@ coverage: default: target: auto threshold: 5% - base: auto - if_ci_failed: error -comment: + base: auto + if_ci_failed: error +comment: layout: " diff, flags, files" behavior: default require_changes: false @@ -21,4 +22,4 @@ codecov: branch: devel notify: wait_for_ci: false - after_n_builds: 1 \ No newline at end of file + after_n_builds: 1 diff --git a/.github/workflows/coverage_reporting.yml b/.github/workflows/coverage_reporting.yml index f7c2bb81e..bf7c846c3 100644 --- a/.github/workflows/coverage_reporting.yml +++ b/.github/workflows/coverage_reporting.yml @@ -3,6 +3,8 @@ name: Codecov on: # yamllint disable-line rule:truthy pull_request: # yamllint disable-line rule:empty-values + push: + branches: [devel] jobs: testing: @@ -73,4 +75,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: receptor - path: /usr/local/bin/receptor \ No newline at end of file + path: /usr/local/bin/receptor