Skip to content

Commit

Permalink
chore: Update code coverage pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersondaniel committed Oct 4, 2023
1 parent f517e71 commit 3826628
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_test.txt
- name: Test & publish code coverage
- name: Test
run: |
phulpy test
- name: Publish code coverage
if: github.ref == 'refs/heads/main'
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageCommand: phulpy test

0 comments on commit 3826628

Please sign in to comment.