mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
No global codecov install, less verbose CI output
This commit is contained in:
parent
4c91d8fbc5
commit
5bde0ab036
@ -11,7 +11,6 @@ addons:
|
|||||||
before_install:
|
before_install:
|
||||||
- yarn global add wait-on
|
- yarn global add wait-on
|
||||||
# Install Codecov
|
# Install Codecov
|
||||||
- yarn global add codecov
|
|
||||||
- yarn install
|
- yarn install
|
||||||
- cp cypress.env.template.json cypress.env.json
|
- cp cypress.env.template.json cypress.env.json
|
||||||
|
|
||||||
@ -40,7 +39,7 @@ script:
|
|||||||
# Fullstack
|
# Fullstack
|
||||||
- yarn run cypress:run
|
- yarn run cypress:run
|
||||||
# Coverage
|
# Coverage
|
||||||
- codecov
|
- yarn run codecov
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
||||||
|
|||||||
@ -34,7 +34,6 @@
|
|||||||
"!**/src/**/?(*.)+(spec|test).js?(x)"
|
"!**/src/**/?(*.)+(spec|test).js?(x)"
|
||||||
],
|
],
|
||||||
"coverageReporters": [
|
"coverageReporters": [
|
||||||
"text",
|
|
||||||
"lcov"
|
"lcov"
|
||||||
],
|
],
|
||||||
"testMatch": [
|
"testMatch": [
|
||||||
|
|||||||
@ -29,7 +29,6 @@
|
|||||||
"!**/?(*.)+(spec|test).js?(x)"
|
"!**/?(*.)+(spec|test).js?(x)"
|
||||||
],
|
],
|
||||||
"coverageReporters": [
|
"coverageReporters": [
|
||||||
"text",
|
|
||||||
"lcov"
|
"lcov"
|
||||||
],
|
],
|
||||||
"transform": {
|
"transform": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user