Skip to content

Commit

Permalink
Bump version and added .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow committed Feb 28, 2021
1 parent fc19022 commit eb893ed
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install modules
run: npm install
- name: Run ESLint
run: npm --silent run lint
run: npm run lint

typescript-compile:
runs-on: ubuntu-latest
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install modules
run: npm install
- name: Run Typescipt Compiler
run: npm --silent run build
run: npm run build

jest:
runs-on: ubuntu-latest
Expand All @@ -28,4 +28,4 @@ jobs:
- name: Install modules
run: npm install
- name: Run tests
run: npm --silent run test
run: npm run test
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
loglevel=silent
fund=false
audit=false
update-notifier=false
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Run gitlab pipelines locally as shell executor or docker executor.

Get rid of all those dev specific shell scripts and make files.

[![Lines](https://img.shields.io/badge/Coverage-90.79%25-brightgreen.svg)](https://npmjs.org/package/gitlab-ci-local)
[![Lines](https://img.shields.io/badge/Coverage-90.78%25-brightgreen.svg)](https://npmjs.org/package/gitlab-ci-local)
[![build](https://img.shields.io/github/workflow/status/firecow/gitlab-ci-local/build)](https://github.com/firecow/gitlab-ci-local/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=firecow_gitlab-ci-local&metric=alert_status)](https://sonarcloud.io/dashboard?id=firecow_gitlab-ci-local)
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/firecow/gitlab-ci-local)](https://npmjs.org/package/gitlab-ci-local)
Expand Down Expand Up @@ -62,6 +62,16 @@ chmod +x /usr/local/bin/gitlab-ci-local
exit
```

### Windows (Git bash)

Install [gitbash](https://git-scm.com/downloads)

Download and put binary in `C:\Program Files\Git\mingw64\bin`

```bash
curl -L https://github.com/firecow/gitlab-ci-local/releases/latest/download/win.gz | gunzip -c > /c/Program\ Files/Git/mingw64/bin/gitlab-ci-local.exe
```

## Convinience

### Bash alias
Expand Down
4 changes: 2 additions & 2 deletions coverage/coverage-summary.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{"total": {"lines":{"total":706,"covered":641,"skipped":0,"pct":90.79},"statements":{"total":730,"covered":659,"skipped":0,"pct":90.27},"functions":{"total":115,"covered":102,"skipped":0,"pct":88.7},"branches":{"total":400,"covered":321,"skipped":0,"pct":80.25}}
{"total": {"lines":{"total":705,"covered":640,"skipped":0,"pct":90.78},"statements":{"total":729,"covered":658,"skipped":0,"pct":90.26},"functions":{"total":114,"covered":101,"skipped":0,"pct":88.6},"branches":{"total":398,"covered":320,"skipped":0,"pct":80.4}}
,"/home/mjn/Workspace/gitlab-ci-local/src/commander.ts": {"lines":{"total":109,"covered":94,"skipped":0,"pct":86.24},"functions":{"total":13,"covered":10,"skipped":0,"pct":76.92},"statements":{"total":117,"covered":99,"skipped":0,"pct":84.62},"branches":{"total":63,"covered":48,"skipped":0,"pct":76.19}}
,"/home/mjn/Workspace/gitlab-ci-local/src/default-cmd.ts": {"lines":{"total":44,"covered":40,"skipped":0,"pct":90.91},"functions":{"total":4,"covered":3,"skipped":0,"pct":75},"statements":{"total":44,"covered":40,"skipped":0,"pct":90.91},"branches":{"total":20,"covered":16,"skipped":0,"pct":80}}
,"/home/mjn/Workspace/gitlab-ci-local/src/job-expanders.ts": {"lines":{"total":56,"covered":55,"skipped":0,"pct":98.21},"functions":{"total":12,"covered":12,"skipped":0,"pct":100},"statements":{"total":56,"covered":55,"skipped":0,"pct":98.21},"branches":{"total":54,"covered":51,"skipped":0,"pct":94.44}}
,"/home/mjn/Workspace/gitlab-ci-local/src/job.ts": {"lines":{"total":207,"covered":192,"skipped":0,"pct":92.75},"functions":{"total":38,"covered":33,"skipped":0,"pct":86.84},"statements":{"total":215,"covered":197,"skipped":0,"pct":91.63},"branches":{"total":105,"covered":90,"skipped":0,"pct":85.71}}
,"/home/mjn/Workspace/gitlab-ci-local/src/parser.ts": {"lines":{"total":194,"covered":168,"skipped":0,"pct":86.6},"functions":{"total":22,"covered":20,"skipped":0,"pct":90.91},"statements":{"total":197,"covered":171,"skipped":0,"pct":86.8},"branches":{"total":109,"covered":75,"skipped":0,"pct":68.81}}
,"/home/mjn/Workspace/gitlab-ci-local/src/stage.ts": {"lines":{"total":7,"covered":7,"skipped":0,"pct":100},"functions":{"total":7,"covered":7,"skipped":0,"pct":100},"statements":{"total":9,"covered":9,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
,"/home/mjn/Workspace/gitlab-ci-local/src/state.ts": {"lines":{"total":22,"covered":22,"skipped":0,"pct":100},"functions":{"total":4,"covered":4,"skipped":0,"pct":100},"statements":{"total":25,"covered":25,"skipped":0,"pct":100},"branches":{"total":8,"covered":6,"skipped":0,"pct":75}}
,"/home/mjn/Workspace/gitlab-ci-local/src/utils.ts": {"lines":{"total":66,"covered":62,"skipped":0,"pct":93.94},"functions":{"total":15,"covered":13,"skipped":0,"pct":86.67},"statements":{"total":66,"covered":62,"skipped":0,"pct":93.94},"branches":{"total":41,"covered":35,"skipped":0,"pct":85.37}}
,"/home/mjn/Workspace/gitlab-ci-local/src/utils.ts": {"lines":{"total":65,"covered":61,"skipped":0,"pct":93.85},"functions":{"total":14,"covered":12,"skipped":0,"pct":85.71},"statements":{"total":65,"covered":61,"skipped":0,"pct":93.85},"branches":{"total":39,"covered":34,"skipped":0,"pct":87.18}}
,"/home/mjn/Workspace/gitlab-ci-local/src/types/exit-error.ts": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "gitlab-ci-local",
"main": "src/index.js",
"bin": "src/index.js",
"version": "4.9.7",
"version": "4.9.8",
"scripts": {
"prepublishOnly": "npm run check-all && chmod +x src/index.js",
"pkg-linux": "pkg src/index.js --public -t linux-x64 -o bin/linux/gitlab-ci-local && chmod +x bin/linux/gitlab-ci-local && gzip -c bin/linux/gitlab-ci-local > bin/linux.gz",
"pkg-macos": "pkg src/index.js --public -t macos-x64 -o bin/macos/gitlab-ci-local && gzip -c bin/macos/gitlab-ci-local > bin/macos.gz",
"pkg-all": "npm run pkg-linux && npm run pkg-macos",
"pkg-linux": "pkg src/index.js --public -t linux-x64 -o bin/linux/gitlab-ci-local && chmod +x bin/linux/gitlab-ci-local && gzip -c bin/linux/gitlab-ci-local > bin/linux.gz && rm -r bin/linux",
"pkg-macos": "pkg src/index.js --public -t macos-x64 -o bin/macos/gitlab-ci-local && gzip -c bin/macos/gitlab-ci-local > bin/macos.gz && rm -r bin/macos",
"pkg-win": "pkg src/index.js --public -t win-x64 -o bin/win/gitlab-ci-local && gzip -c bin/win/gitlab-ci-local.exe > bin/win.gz && rm -r bin/win",
"pkg-all": "npm run pkg-linux && npm run pkg-macos && npm run pkg-win",
"pkg": "pkg",
"build": "rm -f src/*.js src/*.d.ts && tsc",
"check-all": "npm run build && npm run lint && npm run ncu && npm run coverage && npm run audit",
Expand Down

0 comments on commit eb893ed

Please sign in to comment.