-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated instrument lib
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
matrix: | ||
haxe-version: ['4.3.4', 'nightly'] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/checkout@v4 | ||
- name: Use Node.js 18 | ||
uses: actions/setup-node@v4 | ||
with: | ||
|
@@ -57,8 +57,14 @@ jobs: | |
- name: Run Node version with --check | ||
if: matrix.haxe-version != 'nightly' | ||
run: npx neko checkstyle/run.n -s src -s test | ||
- name: Run checkstyle with XML report | ||
run: node checkstyle/run.js -s src -s test -r xml | ||
- name: Coverage report | ||
if: success() && (matrix.haxe-version != 'nightly') | ||
uses: livewing/[email protected] | ||
with: | ||
lcov: lcov.info | ||
- name: Checkstyle report | ||
uses: jwgmeligmeyling/checkstyle-github-action@master | ||
with: | ||
path: '**/check-style-report.xml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# @install: lix --silent download "gh://github.com/AlexHaxe/haxe-instrument#92a5691c7e77a696532e2e13ac1f717841f43015" into instrument/1.1.1/github/92a5691c7e77a696532e2e13ac1f717841f43015 | ||
-lib safety | ||
-cp ${HAXE_LIBCACHE}/instrument/1.1.1/github/92a5691c7e77a696532e2e13ac1f717841f43015/src | ||
-D instrument=1.1.1 | ||
# @install: lix --silent download "haxelib:/instrument#1.2.0" into instrument/1.2.0/haxelib | ||
-lib safety | ||
-cp ${HAXE_LIBCACHE}/instrument/1.2.0/haxelib/src | ||
-D instrument=1.2.0 |