Skip to content

Commit

Permalink
split into 3 calls
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-codecov committed Oct 22, 2024
1 parent f193bc8 commit 9c64ac7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
run: pytest --cov=api.calculator --cov-report=xml
- name: Upload to Codecov
run: |
codecovcli -v upload-process
codecovcli -v create-commit
codecovcli -v create-report
codecovcli -v do-upload

0 comments on commit 9c64ac7

Please sign in to comment.