mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-01 05:16:10 +01:00
debt(codecov): disable code coverage in builds (#2183)
Right now code coverage results in a lot of false positives for failing builds. This makes it really difficult to tell at a glance whether PRs are passing / failing something more important like linting or tests. Disabling for now until we can find a better approach.
This commit is contained in:
parent
018ada8b88
commit
2a99679753
@ -10,7 +10,6 @@ cache: yarn
|
||||
env:
|
||||
# Do two runs, one for testing and one for linting.
|
||||
matrix:
|
||||
- TEST_TYPE=test:coverage
|
||||
- TEST_TYPE=lint:eslint
|
||||
- TEST_TYPE=lint:prettier
|
||||
|
||||
@ -28,5 +27,4 @@ script:
|
||||
- |
|
||||
set -e
|
||||
yarn $TEST_TYPE
|
||||
if [[ $TEST_TYPE == 'test:coverage' ]]; then yarn codecov; fi
|
||||
set +e
|
||||
|
Loading…
x
Reference in New Issue
Block a user