diff --git a/.codecov.yml b/.codecov.yml index e69de29bb..0d0ad7f37 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -0,0 +1,9 @@ +#file: noinspection YAMLSchemaValidation +coverage: + status: + project: + default: + threshold: 0.25 + +comment: + require_changes: true diff --git a/.github/workflows/pr_commit_lint.yaml b/.github/workflows/commit_lint.yaml similarity index 91% rename from .github/workflows/pr_commit_lint.yaml rename to .github/workflows/commit_lint.yaml index 0b8104a9f..7853e5961 100644 --- a/.github/workflows/pr_commit_lint.yaml +++ b/.github/workflows/commit_lint.yaml @@ -1,8 +1,8 @@ -name: PR Lint Commit Messages +name: Lint Commit Messages on: [ pull_request ] jobs: - commitLint: + commit-lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3