Update codecov.yml

This commit is contained in:
Winni Neessen 2022-03-15 21:29:26 +01:00 committed by GitHub
parent b7d7c655b7
commit 099275021f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,29 @@
steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v2
name: Example workflow for Codecov
on:
push:
branches:
- master
paths:
- '**.go'
- 'go.*'
- '.github/**'
- 'codecov.yml'
pull_request:
branches:
- master
paths:
- '**.go'
- 'go.*'
- '.github/**'
- 'codecov.yml'
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos