diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index 2f9229737..24e66bd20 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -29,6 +29,9 @@ jobs: admin database release + federation + workflow + docker other # Configure that a scope must always be provided. requireScope: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c136ca4b1..4cc28bf20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -437,7 +437,7 @@ jobs: report_name: Coverage Frontend type: lcov result_path: ./coverage/lcov.info - min_coverage: 95 + min_coverage: 89 token: ${{ github.token }} ############################################################################## @@ -527,7 +527,7 @@ jobs: report_name: Coverage Backend type: lcov result_path: ./backend/coverage/lcov.info - min_coverage: 76 + min_coverage: 78 token: ${{ github.token }} ########################################################################## diff --git a/admin/src/components/ContentFooter.vue b/admin/src/components/ContentFooter.vue index a875100f6..5947c7b9e 100644 --- a/admin/src/components/ContentFooter.vue +++ b/admin/src/components/ContentFooter.vue @@ -1,7 +1,7 @@ diff --git a/frontend/src/components/ClipboardCopy.vue b/frontend/src/components/ClipboardCopy.vue index ebab31aad..7c4e014ec 100644 --- a/frontend/src/components/ClipboardCopy.vue +++ b/frontend/src/components/ClipboardCopy.vue @@ -1,19 +1,23 @@