Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
build: setup test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Oct 9, 2023
1 parent 46c61f1 commit ca1194a
Show file tree
Hide file tree
Showing 6 changed files with 5,069 additions and 4,881 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
run: npm run build
# run tests
- name: Run tests
run: npm run test
run: npm run test -- --coverage
# test coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
# deploy the react app to github pages
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
coverage
dist
dist-ssr
*.local
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Deriv SmartTrader

[![Coverage Status](https://coveralls.io/repos/github/deriv-com/smarttrader/badge.svg)](https://coveralls.io/github/deriv-com/smarttrader)

This repository contains the content of the [Deriv SmartTrader](https://smarttrader.deriv.com/) website.
Loading

0 comments on commit ca1194a

Please sign in to comment.