Skip to content

Commit

Permalink
Merge pull request #1 from will-roscoe/will-roscoe-patch-1
Browse files Browse the repository at this point in the history
Update codecov.yml
  • Loading branch information
will-roscoe authored Nov 5, 2024
2 parents 07a7d0a + 6338774 commit 363e3fc
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
@@ -1,4 +1,4 @@
name: Run tests and upload coverage
name: Tests (Codecov)

on:
push
Expand All @@ -13,14 +13,14 @@ jobs:
with:
fetch-depth: 0

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

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

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

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

0 comments on commit 363e3fc

Please sign in to comment.