Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
will-roscoe authored Nov 5, 2024
1 parent 363e3fc commit 10f9efd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
with:
fetch-depth: 0

- name: Set up Node
uses: actions/setup-node@v4
- name: Set up Python
uses: actions/setup-python@v4

- name: Install dependencies
run: npm install
- name: Install test dependencies
run: pip install pytest pytest-cov

- name: Run tests
run: npx jest --coverage
run: pytest --cov --cov-report=xml

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 10f9efd

Please sign in to comment.