Skip to content

Commit

Permalink
👷 chore: Add @evmts/effect to code coverage reporting (#607)
Browse files Browse the repository at this point in the history
## Description

Add @evmts/effect to code coverage reporting

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [x] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:

Co-authored-by: Will Cory <[email protected]>
  • Loading branch information
roninjin10 and Will Cory committed Oct 24, 2023
1 parent 6114f08 commit cb7555a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,9 @@ jobs:
with:
name: "@evmts/resolutions"
working-directory: "./resolutions"
- name: 'Report @evmts/effect Coverage'
if: always() # Also generate the report if tests are failing
uses: davelosert/vitest-coverage-report-action@v2
with:
name: "@evmts/effect"
working-directory: "./effect"

1 comment on commit cb7555a

@vercel
Copy link

@vercel vercel bot commented on cb7555a Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evmts-docs – ./

evmts-docs-git-main-evmts.vercel.app
evmts-docs-evmts.vercel.app
evmts.dev

Please sign in to comment.