Skip to content

fix: do the upload #697

fix: do the upload

fix: do the upload #697

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: f7473ad88e1d1bac79cde59e3e4c2f9f54017499
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