From ec1f34a9c36adf86e9604a97ba01dbf6cae318e6 Mon Sep 17 00:00:00 2001 From: Ali <36738510+MrAliSalehi@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:26:25 +0330 Subject: [PATCH] Update build_test.yml --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index c2e2a9a..a869814 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -32,7 +32,7 @@ jobs: with: label: Unit Test Coverage color: brightgreen - path: SharpGram.Tests/testResult/coverage.opencover.xml + path: Tests/SharpGram.Tests/testResult/coverage.opencover.xml gist-filename: sharpgram-coverage.json gist-id: 7e37706c2cdef28ee452cd83721f6a3c gist-auth-token: ${{ secrets.GIST_AUTH_TOKEN }}