Skip to content

Commit ee67869

Browse files
authored
Merge pull request #423 from PyThaiNLP/change-coverage2github
Change coverage to github actions
2 parents 1748edd + dea2e8e commit ee67869

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pythainlp-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Test
3535
run: |
3636
coverage run -m unittest discover
37-
COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} coveralls
37+
CI_BRANCH=${GITHUB_REF#"ref/heads"} COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} coveralls
File renamed without changes.

0 commit comments

Comments
 (0)