diff --git a/.github/workflows/test_federation.yml b/.github/workflows/test_federation.yml index 240e6313b..4cddcb53e 100644 --- a/.github/workflows/test_federation.yml +++ b/.github/workflows/test_federation.yml @@ -94,5 +94,5 @@ jobs: type: lcov #result_path: ./federation/coverage/lcov.info result_path: ./coverage/lcov.info - min_coverage: 79 + min_coverage: 73 token: ${{ github.token }}