Skip to content

Commit

Permalink
Merge pull request #3 from jlozovei/fix/build
Browse files Browse the repository at this point in the history
Fix/build
  • Loading branch information
jlozovei authored Apr 2, 2020
2 parents 0efc0f8 + 476fced commit e63c72c
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Test code
run: npm test
run: npm run test
release:
name: Semantic Release
runs-on: ubuntu-18.04
Expand All @@ -31,6 +31,8 @@ jobs:
node-version: 12
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Test code
run: npm test
run: npm run test
- name: Codecov
uses: codecov/codecov-action@v1
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
coverage
!coverage/*.svg
node_modules
dist
.DS_Store
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
A cool JS helper to trim/clean currency values! :money_with_wings:

[![codecov](https://codecov.io/gh/jlozovei/trim-currency/branch/master/graph/badge.svg)](https://codecov.io/gh/jlozovei/trim-currency)
[![coverage](https://img.shields.io/codecov/c/github/jlozovei/trim-currency?token=5f6c8a3c-d9bb-4c62-8099-f6881b4a28d8)]()
![Release](https://github.com/jlozovei/trim-currency/workflows/Release/badge.svg?branch=master)


Expand Down
1 change: 0 additions & 1 deletion coverage/badge-branches.svg

This file was deleted.

1 change: 0 additions & 1 deletion coverage/badge-functions.svg

This file was deleted.

1 change: 0 additions & 1 deletion coverage/badge-lines.svg

This file was deleted.

1 change: 0 additions & 1 deletion coverage/badge-statements.svg

This file was deleted.

1 change: 0 additions & 1 deletion coverage/badge.svg

This file was deleted.

0 comments on commit e63c72c

Please sign in to comment.