Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove coveralls from CircleCI config #3929

Merged
merged 1 commit into from Aug 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 0 additions & 10 deletions .circleci/config.yml
Expand Up @@ -216,16 +216,6 @@ jobs:
- danger
- store_test_results:
path: ./test-results
- run: yarn global add coveralls
- run:
name: coveralls
command: |
export PATH=$PATH:$(yarn global bin)
export COVERALLS_SERVICE_NAME=CircleCI
export COVERALLS_SERVICE_JOB_ID=$CIRCLE_BUILD_NUM
if ! [[ $CIRCLE_PR_NUMBER ]]; then
coveralls < ./coverage/lcov.info
fi

prettier:
executor: node
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -86,6 +86,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Removed Google Analytics tracking (#3517)
- Removed the `data` prop on other-transport modes and important contacts (#3528)
- Removed the remaining references to BugSnag
- Removed coveralls coverage reporting

## [2.6.3] - 2018-09-17
### Fixed
Expand Down