Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Jan 21, 2024
2 parents e74203e + f28f28d commit 5fdabf9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ jobs:
- name: Run lint
run: yarn lint

- name: Run testing
run: yarn test:unit
- name: Run testing with coverage
run: yarn coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5fdabf9

Please sign in to comment.