File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 5555 - name : Install dependencies
5656 run : bundle install
5757
58- - name : Setup Code Climate test-reporter
59- run : |
60- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
61- chmod +x ./cc-test-reporter
62- ./cc-test-reporter before-build
63-
6458 - name : Run tests
6559 run : bundle exec rake test
66-
67- - name : Publish code coverage
68- env :
69- CC_TEST_REPORTER_ID : c9b8356df2031a5a72462555fe898245cf24d83c7bb82c40ddb5c6c6976c4319
70- run : |
71- export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}"
72- ./cc-test-reporter after-build -r $CC_TEST_REPORTER_ID
Original file line number Diff line number Diff line change 44[ ![ Tests] ( https://github.com/faker-ruby/faker/workflows/Tests/badge.svg )] ( https://github.com/faker-ruby/faker/actions?query=workflow%3ATests )
55[ ![ Gem Version] ( https://badge.fury.io/rb/faker.svg )] ( https://badge.fury.io/rb/faker )
66[ ![ Inline docs] ( https://inch-ci.org/github/faker-ruby/faker.svg?branch=main )] ( https://inch-ci.org/github/faker-ruby/faker )
7- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/ef54c7f9df86e965d64b/test_coverage )] ( https://codeclimate.com/github/stympy/faker/test_coverage )
8- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/ef54c7f9df86e965d64b/maintainability )] ( https://codeclimate.com/github/stympy/faker/maintainability )
97
108Faker is a port of [ Perl's Data::Faker library] ( https://metacpan.org/pod/Data::Faker ) .
119It's a library for generating fake data such as names, addresses, and phone numbers.
You can’t perform that action at this time.
0 commit comments