mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Add codecov
This commit is contained in:
parent
b95b6d8efe
commit
2e3f4f8c70
1 changed files with 16 additions and 0 deletions
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
|
Loading…
Reference in a new issue