Skip to content

Commit

Permalink
Merge da943f1 into 85e2add
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Jun 29, 2023
2 parents 85e2add + da943f1 commit 7d89cb8
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ jobs:
run: npm ci
- name: Verify mapper size
run: du -sh lib/iife/mapperTab.js
- name: Run unit tests
run: npm run unit
- name: Run unit tests with coverage
run: npx nyc --reporter=lcov npm run unit && npx codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ wptreport*.json
.wireit/
MANIFEST.json
*.png
coverage/
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ tests/__pycache__
wpt/
wpt-metadata/*/
CHANGELOG.md
coverage/
Loading

0 comments on commit 7d89cb8

Please sign in to comment.