Skip to content

Bump pytest-cov from 4.0.0 to 4.1.0 (#196) #189

Bump pytest-cov from 4.0.0 to 4.1.0 (#196)

Bump pytest-cov from 4.0.0 to 4.1.0 (#196) #189

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}