Create codecov.yaml
This commit is contained in:
parent
ee1b575d76
commit
4ee3564a8e
20
.github/workflows/codecov.yaml
vendored
Normal file
20
.github/workflows/codecov.yaml
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user