Skip to content

Commit

Permalink
removed broken codedov
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Apr 30, 2024
1 parent 7f7a5a8 commit dd3aa1b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/rename.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
with:
lcov: lcov.info

0 comments on commit dd3aa1b

Please sign in to comment.