diff --git a/.github/workflows/rename.yml b/.github/workflows/rename.yml index be3de49..301d6c4 100644 --- a/.github/workflows/rename.yml +++ b/.github/workflows/rename.yml @@ -43,7 +43,7 @@ jobs: - name: Build Nodejs version run: npx haxe build.hxml - name: Run Nodejs tests - run: npx haxe -D codecov_json test.hxml + run: npx haxe -D codecov_json testCoverage.hxml - name: Coverage report if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version != 'nightly' uses: livewing/lcov-job-summary@v1.1.0