Skip to content

Commit

Permalink
fix: run in both
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Feb 6, 2024
1 parent 8dd79f7 commit 5c7eb33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov app

- name: test run subprocess
run: |
python test_root.py
- name: Upload coverage to Codecov using uploader
run: |
curl -Os https://uploader.codecov.io/v0.7.1/linux/codecov
Expand Down

0 comments on commit 5c7eb33

Please sign in to comment.