Skip to content

fix: 兼容meta文件key特殊字符处理 #1346

fix: 兼容meta文件key特殊字符处理

fix: 兼容meta文件key特殊字符处理 #1346

Workflow file for this run

name: Codecov
on:
push:
branches: [master, stag]
paths:
- '**'
pull_request:
branches: [master, stag]
paths:
- '**'
schedule:
- cron: "0 10 * * *"
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.14'
- name: Run coverage
run: go test ./... -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)