diff --git a/.github/workflows/test_federation.yml b/.github/workflows/test_federation.yml index 4cddcb53e..2da78758e 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: 73 + min_coverage: 72 token: ${{ github.token }}