Skip to content

Commit

Permalink
fix: upgrade and use ncc (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Feb 27, 2023
1 parent 0363cd2 commit 6e4056e
Show file tree
Hide file tree
Showing 864 changed files with 43,222 additions and 141,937 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.DS_Store
.idea
coverage
node_modules/
5 changes: 3 additions & 2 deletions action.yml
Expand Up @@ -4,10 +4,11 @@ description: 'Send test coverage data to Coveralls.io for analysis, change track
author: 'Nick Merwin (Coveralls, Inc.)'
inputs:
github-token:
description: 'Put secrets.GITHUB_TOKEN here'
required: true
path-to-lcov:
description: 'Path to lcov file'
required: true
required: false
default: './coverage/lcov.info'
flag-name:
description: 'Job flag name, e.g. "Unit", "Functional", or "Integration". Will be shown in the Coveralls UI.'
Expand Down Expand Up @@ -42,4 +43,4 @@ branding:
icon: 'percent'
runs:
using: 'node16'
main: './lib/main.js'
main: './dist/index.js'
1,558 changes: 1,558 additions & 0 deletions dist/LICENSE.md

Large diffs are not rendered by default.

0 comments on commit 6e4056e

Please sign in to comment.