ci: remove codecov

`codecov` often reports weird diffs and we rarely take action on a
codecov failure in CI.

This closes #1263.
This commit is contained in:
Simon de Vlieger 2023-03-24 21:34:36 +01:00 committed by Achilleas Koutsou
parent 532a4c1166
commit 76a80bd8c5
2 changed files with 0 additions and 13 deletions

9
.github/codecov.yml vendored
View file

@ -1,9 +0,0 @@
coverage:
status:
patch: no
project:
default:
threshold: 5%
codecov:
require_ci_to_pass: yes
comment: no

View file

@ -21,8 +21,6 @@ jobs:
steps:
- name: "Clone Repository"
uses: actions/checkout@v3
with:
fetch-depth: 2 # codecov requires this (https://github.com/codecov/codecov-action/issues/190)
- name: "Run Tests"
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
with:
@ -33,5 +31,3 @@ jobs:
--rootdir=. \
--cov-report=xml --cov=osbuild \
-v
- name: Send coverage to codecov.io
run: bash <(curl -s https://codecov.io/bash)