From 9efd18b06e09c7bd50f0153d88a7a578f25a44f4 Mon Sep 17 00:00:00 2001 From: emreyigit Date: Wed, 6 Nov 2024 16:53:44 +0300 Subject: [PATCH 1/4] Trigger codecov From 80fb47349189624d0e5e489cdd97622819f4e76c Mon Sep 17 00:00:00 2001 From: emreyigit Date: Thu, 7 Nov 2024 12:44:10 +0300 Subject: [PATCH 2/4] Have some file changes --- src/Hazelcast.Net.Examples/Client/ClientLifecycleExample.cs | 1 + 1 file changed, 1 insertion(+) 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); From a81c80aa2bc6fc7ed33de85793b890ff82910997 Mon Sep 17 00:00:00 2001 From: emreyigit Date: Tue, 26 Nov 2024 13:55:14 +0300 Subject: [PATCH 3/4] empty commiy From a21e6370bb8a3c4dbfe8b30d036089d04218cc3d Mon Sep 17 00:00:00 2001 From: emreyigit Date: Tue, 3 Dec 2024 11:37:18 +0300 Subject: [PATCH 4/4] Fix path issue on codecov --- codecov.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 codecov.yaml 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