Skip to content

Commit

Permalink
fix: add the url
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 24, 2024
1 parent 25d0d22 commit 5d9738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Install CLI
run: pip install --no-cache-dir git+https://github.com/codecov/codecov-cli.git@joseph/test-results-staging
- name: Upload coverage to Codecov
run: codecovcli -v do-upload --report-type test_results --file testresults.junit.xml
run: codecovcli -v -u ${{ secrets.CODECOV_STAGING_API_URL }} do-upload --report-type test_results --file testresults.junit.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5d9738f

Please sign in to comment.