Update .github/workflows/test_federation.yml

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
clauspeterhuebner 2023-02-14 21:49:35 +01:00 committed by GitHub
parent 1c3ef54341
commit 9b3449ff93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}