Skip to content

Commit

Permalink
Add devel codecov push on merge (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 authored Sep 13, 2023
1 parent 48fc54c commit 3a84c22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
coverage:
status:
project:
Expand All @@ -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
Expand All @@ -21,4 +22,4 @@ codecov:
branch: devel
notify:
wait_for_ci: false
after_n_builds: 1
after_n_builds: 1
4 changes: 3 additions & 1 deletion .github/workflows/coverage_reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -73,4 +75,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: receptor
path: /usr/local/bin/receptor
path: /usr/local/bin/receptor

0 comments on commit 3a84c22

Please sign in to comment.