mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-27 12:50:47 +03:00
Add codecov
This commit is contained in:
committed by
GitHub
parent
b95b6d8efe
commit
2e3f4f8c70
16
.github/workflows/codecov.yaml
vendored
Normal file
16
.github/workflows/codecov.yaml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: Codecov
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
codecov:
|
||||||
|
name: Run Codecov
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Upload coverage reports to Codecov
|
||||||
|
uses: codecov/codecov-action@v3
|
||||||
Reference in New Issue
Block a user