Skip to content

Commit

Permalink
feat: add code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 committed Jan 18, 2024
1 parent cb291eb commit cb259b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run pytest on PR
name: Run tests and code-cov

on:
push:
Expand Down Expand Up @@ -37,3 +37,8 @@ jobs:

- name: Run pytest
run: python -m pytest -vvv

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

0 comments on commit cb259b3

Please sign in to comment.