Skip to content

Commit 4afa4ae

Browse files
author
Sergey Vilgelm
committed
GitHub Actions coveralls for push request in main repo only
Due to inability to use the COVERALLS_TOKEN secret for the PRs made from forks It's a temporary solution and will be replaced by Codecov when the tokenless upload is implemented: codecov/codecov-action#29
1 parent a8a986e commit 4afa4ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Test with inv
2323
run: inv cover qa
2424
- name: Coveralls
25+
if: github.repository == 'python-restx/flask-restx' && github.event == 'push'
2526
run: |
2627
pip install coveralls
2728
coveralls --rcfile=coverage.rc

0 commit comments

Comments
 (0)