Create codecov.yaml

This commit is contained in:
ElBe 2023-03-09 06:57:23 +01:00 committed by GitHub
parent ee1b575d76
commit 4ee3564a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/workflows/codecov.yaml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Run codecov
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3