Skip to content

Commit

Permalink
Update code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
Niekes committed Dec 16, 2023
1 parent 82ae63b commit 2bec81d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
strategy:
matrix:
node:
- lts/hydrogen
- node
- node
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"projection",
"visualization"
],
"author": "Stefan Nieke (https://niekes.com)",
"author": "Niekes (https://niekes.com)",
"license": "BSD-3-Clause",
"homepage": "https://github.com/niekes/d3-3d",
"repository": {
Expand Down

0 comments on commit 2bec81d

Please sign in to comment.