Skip to content

Commit

Permalink
feat: add codecov setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bun913 committed Aug 27, 2024
1 parent 74e56c6 commit fa417bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ jobs:
run: npm install
- name: Run tests
run: npm test-ci
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@
"directories": {
"lib": "lib"
},
"keywords": [
"newman",
"postman",
"testrail",
"reporter"
],
"keywords": ["newman", "postman", "testrail", "reporter"],
"repository": {
"type": "git",
"url": "https://github.com/bun913/newman-reporter-testrail-neo.git"
Expand Down

0 comments on commit fa417bc

Please sign in to comment.