Skip to content

[DNM] fix: try the thig #700

[DNM] fix: try the thig

[DNM] fix: try the thig #700

Workflow file for this run

name: Workflow for Codecov example-python
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout codecov-cli test branch
uses: actions/checkout@v4
with:
repository: codecov/codecov-cli
ref: bd84ee595d111c01e8967f3b382e8a66492fe127
submodules: 'true'
- name: Run pip install .
run: |
pip install -r requirements.txt
pip install .
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests and collect coverage
run: pytest --cov app
- name: Upload to Codecov
run: |
codecovcli -v upload-process