Skip to content

Commit

Permalink
fix: upload to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 22, 2024
1 parent f42020e commit b522902
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: codecov/codecov-cli
ref: 1c261cd6b9bbef57bba3595c8688c388ce69ac5d
ref: f7473ad88e1d1bac79cde59e3e4c2f9f54017499
submodules: 'true'

- name: Run pip install .
Expand All @@ -27,3 +27,8 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov app

- name: Upload to Codecov
run: |
codecovcli upload-process
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b522902

Please sign in to comment.