diff --git a/.github/codecov.yml b/.github/codecov.yml deleted file mode 100644 index 085ccc75..00000000 --- a/.github/codecov.yml +++ /dev/null @@ -1,9 +0,0 @@ -coverage: - status: - patch: no - project: - default: - threshold: 5% -codecov: - require_ci_to_pass: yes -comment: no diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa651b2d..459c7c08 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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)