mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 14:18:23 +00:00
Summary: Adds a new step to the test suite. Test coverage is now collected and sent to Coveralls. Initial configuration is limited to the Libraries/ and local-cli/ directories. Please let me know if additional directories should be considered. I have enabled this repo on the coveralls service. The coveralls token has been added to React Native's Circle CI environment variables. - Track coverage on PRs, and fail PRs that lower the coverage % - Increase coverage :) [INTERNAL] [ENHANCEMENT] [.circleci/config.yml] - Start tracking code coverage (JS) Pull Request resolved: https://github.com/facebook/react-native/pull/21017 Differential Revision: D9724396 Pulled By: hramos fbshipit-source-id: 61da4478877805f9a9a3c9670b54ddc4e40e958b
Circle CI
This directory is home to the Circle CI configuration file. Circle is our continuous integration service provider. You can see the overall status of React Native's builds at https://circleci.com/gh/facebook/react-native
You may also see an individual PR's build status by scrolling down to the Checks section in the PR.