File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,11 @@ jobs:
78
78
- name : " Run tests"
79
79
run : " vendor/bin/phpunit --coverage-clover=coverage.xml"
80
80
81
- - name : " Upload coverage reports to Codecov "
82
- uses : " codecov/codecov- action@v4 "
81
+ - name : " Upload coverage reports to Codacy "
82
+ uses : " codacy/codacy-coverage-reporter- action@v1.3.0 "
83
83
with :
84
- token : ${{ secrets.CODECOV_TOKEN }}
84
+ project-token : " ${{ secrets.CODACY_PROJECT_TOKEN }}"
85
+ coverage-reports : " coverage.xml"
85
86
86
87
tests :
87
88
name : " PHPUnit tests"
Original file line number Diff line number Diff line change 2
2
3
3
![ Packagist Version] ( https://img.shields.io/packagist/v/yethee/tiktoken )
4
4
![ Build status] ( https://img.shields.io/github/actions/workflow/status/yethee/tiktoken-php/ci.yml?branch=master )
5
- [ ![ codecov ] ( https://codecov.io/github/yethee/tiktoken-php/graph/ badge.svg )] ( https://codecov.io/github/yethee/tiktoken-php )
5
+ ![ Code Coverage ] ( https://app.codacy.com/project/ badge/Coverage/49ec3803b480478caeca8903b7ff0a69?branch=master )
6
6
![ License] ( https://img.shields.io/github/license/yethee/tiktoken-php )
7
7
8
8
This is a port of the [ tiktoken] ( https://github.com/openai/tiktoken ) .
You can’t perform that action at this time.
0 commit comments