From dd3aa1b10a62edb8e6b0e19508703ee2a6b14bab Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Tue, 30 Apr 2024 21:00:14 +0200 Subject: [PATCH] removed broken codedov --- .github/workflows/rename.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rename.yml b/.github/workflows/rename.yml index 71bc53a..b48559e 100644 --- a/.github/workflows/rename.yml +++ b/.github/workflows/rename.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout Formatter sources uses: actions/checkout@v1 - name: Use Node.js 18 - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 18 - name: Run npm install @@ -44,6 +44,8 @@ jobs: run: npx haxe build.hxml - name: Run Nodejs tests run: npx haxe -D codecov_json test.hxml - - name: Upload results to codecov - if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version == '4.3.4' - run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" + - name: Coverage report + if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version != 'nightly' + uses: livewing/lcov-job-summary@v1.1.0 + with: + lcov: lcov.info