Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yashim-deriv committed Apr 3, 2024
1 parent 103d057 commit fe7388c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Run unit tests"
on:
push:
pull_request:

jobs:
Expand All @@ -24,3 +25,5 @@ jobs:
run: npx vitest run --coverage.enabled --coverage.provider=v8 --coverage.reporter=json-summary --coverage.reporter=json
- name: "Report Coverage"
uses: davelosert/vitest-coverage-report-action@v2
- name: Coveralls
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949

0 comments on commit fe7388c

Please sign in to comment.