Skip to content

Commit

Permalink
ci: Continue on error of coverage job
Browse files Browse the repository at this point in the history
Coverage job can fail to upload to codecov, out of our control.
Since release depends on ci workflow, don't fail ci workflow
if coverage fails.

Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
  • Loading branch information
viccuad committed Oct 28, 2024
1 parent f7db8c0 commit 6c0f5e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
coverage:
name: coverage
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
Expand Down

0 comments on commit 6c0f5e4

Please sign in to comment.