Skip to content

Commit

Permalink
point to my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-codecov committed Oct 22, 2024
1 parent 560fd92 commit a718bd3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: codecov/codecov-cli
ref: main
ref: bd84ee595d111c01e8967f3b382e8a66492fe127
submodules: 'true'
- name: Run Codecov with test branch of CLI
run: |
Expand All @@ -26,11 +26,6 @@ jobs:
run: pip install -r api/requirements.txt
- name: Run tests and collect coverage
run: pytest --cov=api.calculator --cov-report=xml
# - name: Upload coverage reports to Codecov with GitHub Action
# uses: codecov/codecov-action@v4
# - name: Install Tree-sitter dependencies
# run: pip install tree-sitter==0.20.4
- name: Upload to Codecov
run: |
codecovcli -v upload-process

0 comments on commit a718bd3

Please sign in to comment.