Commit a3498f83 authored by Dominik Charousset's avatar Dominik Charousset

Relax codecov threshold

We have some fluctuation in coverage simply by having tests that use the
default scheduler. The nondeterminism from work stealing causes the
coverage to go up or down by small amounts even when not changing any
code.
parent 12a5ee09
...@@ -9,3 +9,8 @@ ignore: ...@@ -9,3 +9,8 @@ ignore:
- libcaf_openssl - libcaf_openssl
- libcaf_test - libcaf_test
- tools - tools
coverage:
status:
project:
default:
threshold: 1% # we have some fluctuation from nondeterminism alone
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment