Skip to content

Commit

Permalink
Add coverage statistics (#25)
Browse files Browse the repository at this point in the history
* [#24] Add coverage statistics

* [#24] Update ci.yml file
  • Loading branch information
akshay-ap committed Aug 4, 2023
1 parent aae5d88 commit b50bcfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@v2

lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b50bcfd

Please sign in to comment.