mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: move coverage run to github
This also connects the coverage run to codecov.io. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
6be56e92c8
commit
3a4bffc143
4 changed files with 24 additions and 7 deletions
14
.github/workflows/gcov-test.yml
vendored
Normal file
14
.github/workflows/gcov-test.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Coverage Tests
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Coverage Tests
|
||||
run: sudo -E make -C scripts/ci local GCOV=1
|
||||
- name: Run Coverage Analysis
|
||||
run: sudo -E make codecov
|
||||
Loading…
Add table
Add a link
Reference in a new issue