Skip to content

Commit

Permalink
Badges
Browse files Browse the repository at this point in the history
Code coverage with codecov
  • Loading branch information
serbanghita committed Dec 5, 2023
1 parent 2636572 commit e9b73a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
- run: npm run build
- run: npm run test:unit-and-acceptance
- run: npm run test:e2e

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# formToObject.js
> Convert **HTML forms** with all their **fields** and **values** to **multidimensional JavaScript** objects
![npm](https://img.shields.io/npm/v/form_to_object?style=flat-square)
![npm](https://img.shields.io/npm/dm/form_to_object?style=flat-square)
![Workflow status](https://img.shields.io/github/actions/workflow/status/serbanghita/formToObject/test.yml?style=flat-square)
![Latest tag](https://img.shields.io/github/v/tag/serbanghita/formToObject?style=flat-square)
![npm version](https://img.shields.io/npm/v/form_to_object?style=flat-square)
![npm downloads](https://img.shields.io/npm/dm/form_to_object?style=flat-square)



Expand Down

0 comments on commit e9b73a4

Please sign in to comment.