Skip to content

Commit

Permalink
Adding badges and auto push to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pcon committed Jan 18, 2022
1 parent 655b830 commit 296a53e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
- name: Publish code coverage
uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: d3f723b3abe1272201c6b57766d46ed8d9ec55c5f934a4079fc58a1f461cf21f
CC_TEST_REPORTER_ID: d3f723b3abe1272201c6b57766d46ed8d9ec55c5f934a4079fc58a1f461cf21f
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# solenopsis-js
[![Code Climate](https://api.codeclimate.com/v1/badges/10206747ee80ab74bdd6/maintainability)](https://codeclimate.com/github/solenopsis/solenopsis-js/maintainability)
[![Coverage Status](https://api.codeclimate.com/v1/badges/10206747ee80ab74bdd6/test_coverage)](https://codeclimate.com/github/solenopsis/solenopsis-js/test_coverage)
Javascript utility methods around Solenopsis

## Configuration
Expand Down

0 comments on commit 296a53e

Please sign in to comment.