Skip to content

Commit 5618d9e

Browse files
fix: make it 2 runs
1 parent c23476b commit 5618d9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222

2323
- name: Install CLI
2424
run: pip install --no-cache-dir git+https://github.com/codecov/codecov-cli.git@joseph/test-results-staging
25-
- name: Upload coverage to Codecov
25+
- name: Upload test results to Codecov
2626
run: codecovcli -v -u ${{ secrets.CODECOV_STAGING_API_URL }} do-upload --report-type test_results --file testresults.xml
2727
env:
2828
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}
29+
- name: Upload coverage to Codecov
30+
run: codecovcli -v -u ${{ secrets.CODECOV_STAGING_API_URL }} do-upload
31+
env:
32+
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}

0 commit comments

Comments
 (0)