Cursors, Esc to cancel active tool (#946)
* basic drawing cursors * Esc to cancel tool, I shortcut bug fix * panel btns hover animation * minor changes * Linter fix * update packages * remove NYC coverage causing build errors would be nice to find out a replacement or a fix --------- Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
This commit is contained in:
14
.github/workflows/onpullrequest.yml
vendored
14
.github/workflows/onpullrequest.yml
vendored
@@ -24,12 +24,12 @@ jobs:
|
||||
npm run test
|
||||
env:
|
||||
CI: true
|
||||
- name: Report NYC coverage
|
||||
uses: sidx1024/report-nyc-coverage-github-action@v1.2.6
|
||||
with:
|
||||
# Path to coverage file generated by "nyc report".
|
||||
coverage_file: "coverage/coverage-summary.json"
|
||||
base_coverage_file: "coverage/coverage-summary.json"
|
||||
comment_template_file: ".github/comment-template.md"
|
||||
# - name: Report NYC coverage - removed for now
|
||||
# uses: sidx1024/report-nyc-coverage-github-action@v1.2.6
|
||||
# with:
|
||||
# # Path to coverage file generated by "nyc report".
|
||||
# coverage_file: "coverage/coverage-summary.json"
|
||||
# base_coverage_file: "coverage/coverage-summary.json"
|
||||
# comment_template_file: ".github/comment-template.md"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user