diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index 24e66bd20..defaa7b08 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -1,7 +1,6 @@ name: "gradido lint pull request CI" on: - pull_request: pull_request_target: types: - opened diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 412154b04..da8521a76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -436,7 +436,7 @@ jobs: report_name: Coverage Frontend type: lcov result_path: ./coverage/lcov.info - min_coverage: 93 + min_coverage: 95 token: ${{ github.token }} ############################################################################## @@ -478,7 +478,7 @@ jobs: report_name: Coverage Admin Interface type: lcov result_path: ./coverage/lcov.info - min_coverage: 95 + min_coverage: 96 token: ${{ github.token }} ############################################################################## diff --git a/admin/.eslintrc.js b/admin/.eslintrc.js index 73dce291f..1512c7f49 100644 --- a/admin/.eslintrc.js +++ b/admin/.eslintrc.js @@ -39,7 +39,7 @@ module.exports = { { src: './src', extensions: ['.js', '.vue'], - ignores: [], + ignores: ['/overlay/'], enableFix: false, }, ], diff --git a/admin/src/components/Overlay.vue b/admin/src/components/Overlay.vue index 2a9bcd1ce..84271a422 100644 --- a/admin/src/components/Overlay.vue +++ b/admin/src/components/Overlay.vue @@ -1,7 +1,7 @@ +