diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index ea52ea8..2091067 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -3,17 +3,12 @@ on: branches: - main - master - - dev - pull_request: - branches: - - main - - master name: test-coverage jobs: test-coverage: - runs-on: macOS-latest + runs-on: windows-latest env: GITHUB_PAT: ${{ secrets.CODECOV_TOKEN }} # don't treat missing suggested packages as error diff --git a/codecov.yml b/codecov.yml index 8f36b6c..c94063e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,11 +2,5 @@ comment: false coverage: status: - project: - default: - target: auto - threshold: 1% - patch: - default: - target: auto - threshold: 1% + project: false + patch: false