Add codecov github action

This commit is contained in:
rejas
2021-01-01 22:18:06 +01:00
committed by veeck
parent 612cf25878
commit 5bc2c207db
3 changed files with 19 additions and 1 deletions

View File

@@ -1,10 +1,11 @@
name: "Enforce Changelog"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Enforces the update of a changelog file on every pull request
# Enforces the update of a changelog file on every pull request
check:
runs-on: ubuntu-latest
steps: