Skip to content

Commit

Permalink
Try running codecov command
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneCmb committed Nov 6, 2023
1 parent 73413f3 commit 44424f1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
run: |
pytest -v
- name: Upload coverage reports to Codecov 🚀
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

deploy:
needs: test
runs-on: ubuntu-latest
Expand All @@ -52,6 +47,15 @@ jobs:
python -m pip install --upgrade pip
pip install -e .['doc']
- name: Run codecov 🔧
run: |
codecov
- name: Upload coverage reports to Codecov 🚀
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Build the Doc 🔧
run: |
cd docs
Expand Down

0 comments on commit 44424f1

Please sign in to comment.