Skip to content

Commit

Permalink
updated workflow with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Sep 22, 2024
1 parent d02d89a commit da4c46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rename.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit da4c46a

Please sign in to comment.