From 206adba735604d33c2e1fc3ec15ff48cb74aedb6 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 29 Apr 2024 18:19:57 +0300 Subject: [PATCH] remove Upload Coverage Report from GitHub action (#463) --- .github/workflows/test.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 115a0390..e4833d84 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,8 +43,3 @@ jobs: run: make test env: CI: true - - - name: Upload Coverage Report - uses: codecov/codecov-action@v1 - with: - file: ./build/reports/jacoco/test/jacocoTestReport.xml