Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 13, 2023
1 parent f8a45ce commit 7a3126f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: /home/runner/work/python-rucaptcha/python-rucaptcha/coverage/coverage.xml
files: ${{github.workspace}}/coverage/coverage.xml
fail_ci_if_error: true
verbose: true

- name: Upload coverage to Code Climate
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{CODE_CLIMATE_COVERAGE_ID}}
with:
coverageLocations: ${{github.workspace}}/coverage/coverage.xml:coverage.py

0 comments on commit 7a3126f

Please sign in to comment.