Skip to content

Bump urllib3 from 2.0.6 to 2.0.7 #124

Bump urllib3 from 2.0.6 to 2.0.7

Bump urllib3 from 2.0.6 to 2.0.7 #124

Workflow file for this run

name: CodeCov
on: [ push, pull_request ]
jobs:
codecov:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.9'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '2'
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.9
- name: Generate Report
run: |
pip install poetry
poetry install
poetry run coverage run -m pytest
poetry run coverage xml
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3