Skip to content

Commit

Permalink
ci/cd: added github actions for test and code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-shuvo committed Oct 21, 2022
1 parent 2c2bf94 commit 11056d4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
# uses: actions/checkout@v2
# - name: Set up Node 18
# uses: actions/setup-node@v3
# with:
# node-version: 18
# - name: Install dependencies
# run: npm install
# - name: Run tests and collect coverage
# run: npm run test -- --coverage
# steps:
- uses: actions/checkout@v3
- name: Code coverage-reporter
uses: tj-actions/coverage-reporter@v5.1
Expand Down

0 comments on commit 11056d4

Please sign in to comment.