File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : run-tests
1+ name : PhpUnit
22
33on :
44 pull_request :
2727 run : composer install -n --prefer-dist
2828
2929 - name : Run tests
30- run : vendor/bin/phpunit
30+ run : vendor/bin/phpunit --coverage-clover=clover.xml
31+
32+ - name : Run codacy-coverage-reporter
33+ uses : codacy/codacy-coverage-reporter-action@v1.3.0
34+ with :
35+ project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
36+ coverage-reports : clover.xml
Original file line number Diff line number Diff line change 11# GooglePolyline
22
3+ [ ![ run-tests] ( https://github.com/Traewelling/GooglePolyline/actions/workflows/php-tests.yml/badge.svg )] ( https://github.com/Traewelling/GooglePolyline/actions/workflows/php-tests.yml )
4+ [ ![ PHPStan] ( https://github.com/Traewelling/GooglePolyline/actions/workflows/phpstan.yml/badge.svg )] ( https://github.com/Traewelling/GooglePolyline/actions/workflows/phpstan.yml )
5+ ![ GitHub License] ( https://img.shields.io/github/license/Traewelling/GooglePolyline )
6+ [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/e8fcc71d1de9447db8893cb0944bf102 )] ( https://app.codacy.com/gh/Traewelling/GooglePolyline/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
7+ [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Coverage/e8fcc71d1de9447db8893cb0944bf102 )] ( https://app.codacy.com/gh/Traewelling/GooglePolyline/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage )
8+
39Since [ Transitous] ( https://transitous.org/ ) /[ Motis] ( https://github.com/motis-project/motis ) uses a non-standard
410implementation of
511Google's [ Encoded Polyline Algorithm Format] ( https://developers.google.com/maps/documentation/utilities/polylinealgorithm ) ,
You can’t perform that action at this time.
0 commit comments