remove coverage and old ci scripts

This commit is contained in:
BlackMATov
2022-11-07 02:49:39 +07:00
parent 334c4369fa
commit 408fa33ab0
9 changed files with 1 additions and 99 deletions

View File

@@ -1,16 +0,0 @@
name: coverage
on: [push, pull_request]
jobs:
build:
runs-on: macos-11
name: "coverage"
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install lcov by Homebrew
run: brew install lcov
- name: Build && Test && Upload
run: .ci/build_coverage.sh