-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove NYC coverage causing build errors
would be nice to find out a replacement or a fix
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -24,12 +24,12 @@ jobs: | |
npm run test | ||
env: | ||
CI: true | ||
- name: Report NYC coverage | ||
uses: sidx1024/[email protected] | ||
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/[email protected] | ||
# 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" | ||
|
||
|