diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 000000000..32bb88029 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,3 @@ +fixes: +- 'D:\a\hazelcast-csharp-client\::' +- '/home/runner/work/hazelcast-csharp-client/::' \ No newline at end of file diff --git a/src/Hazelcast.Net.Examples/Client/ClientLifecycleExample.cs b/src/Hazelcast.Net.Examples/Client/ClientLifecycleExample.cs index d991f089d..affadb688 100644 --- a/src/Hazelcast.Net.Examples/Client/ClientLifecycleExample.cs +++ b/src/Hazelcast.Net.Examples/Client/ClientLifecycleExample.cs @@ -28,6 +28,7 @@ public static async Task Main(string[] args) .WithConsoleLogger() .Build(); + //Have some file changes // create an Hazelcast client and connect to a server running on localhost var hz1 = await HazelcastClientFactory.StartNewClientAsync(options);