mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
codecov inside GitHub Actions
This commit is contained in:
parent
21b1394660
commit
49569b306a
5
.github/workflows/CI.yaml
vendored
5
.github/workflows/CI.yaml
vendored
@ -19,3 +19,8 @@ jobs:
|
|||||||
- name: run test cases
|
- name: run test cases
|
||||||
run: sudo apt install libaom-dev && make test && make
|
run: sudo apt install libaom-dev && make test && make
|
||||||
|
|
||||||
|
- name: Codecov
|
||||||
|
uses: codecov/codecov-action@v2
|
||||||
|
with:
|
||||||
|
files: ./coverage.txt
|
||||||
|
verbose: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user