Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyun committed Jul 7, 2021
1 parent 33073fc commit d812fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-coverage.yaml
Expand Up @@ -3,17 +3,12 @@ on:
branches:
- main
- master
- dev
pull_request:
branches:
- main
- master

name: test-coverage

jobs:
test-coverage:
runs-on: macOS-latest
runs-on: windows-latest
env:
GITHUB_PAT: ${{ secrets.CODECOV_TOKEN }}
# don't treat missing suggested packages as error
Expand Down
10 changes: 2 additions & 8 deletions codecov.yml
Expand Up @@ -2,11 +2,5 @@ comment: false

coverage:
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: auto
threshold: 1%
project: false
patch: false

0 comments on commit d812fc6

Please sign in to comment.