diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c136ca4b1..3c486cb20 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 }} ############################################################################## 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 @@