Skip to content

Commit

Permalink
ci: added missing coverage for browser tests (#2374)
Browse files Browse the repository at this point in the history
* ci: added missing coverage for browser tests

* chore: changeset

* chore: rebuild

* ci: use correct action version

---------

Co-authored-by: Daniel Bate <djbate23@gmail.com>
  • Loading branch information
petertonysmith94 and danielbate committed May 24, 2024
1 parent 83bbb7f commit 66a1375
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/young-rockets-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
name: node
path: coverage/environments

- name: Download Coverage Artifact for Browser Tests
uses: actions/download-artifact@v4
with:
name: browser
path: coverage/environments

- name: Generate Coverage
run: pnpm test:coverage-merge

Expand Down

0 comments on commit 66a1375

Please sign in to comment.