Skip to content

Commit

Permalink
feature(test): Adding coverage and codecov reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Sep 19, 2022
1 parent 84f6fe8 commit ac0b939
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests (Jest)
name: 🧪 Unit Tests (Jest) 🧪

on:
push:
Expand All @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
- name: 🤹‍♀️ Install modules
run: yarn
- name: Run tests
run: yarn test
- name: 🤺 Run tests
run: yarn test --coverage
- name: 💅 Upload coverage to Codecov
uses: codecov/codecov-action@v2

0 comments on commit ac0b939

Please sign in to comment.