Skip to content

Bump pillow from 10.0.0 to 10.0.1 #223

Bump pillow from 10.0.0 to 10.0.1

Bump pillow from 10.0.0 to 10.0.1 #223

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: poetry install --no-interaction
- name: Run tests
run: make coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true