mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-21 12:45:05 +02:00
ci: add codecov to PR
This commit is contained in:
parent
b20631156a
commit
bc22c5f160
6
.github/workflows/codecov.yml
vendored
6
.github/workflows/codecov.yml
vendored
@ -5,6 +5,11 @@ name: codecov
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
- "docs/**"
|
||||
- ".github/ISSUE_TEMPLATE/**"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
@ -37,5 +42,4 @@ jobs:
|
||||
- name: Upload to codecov.io
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
fail_ci_if_error: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user