Skip to content

Commit

Permalink
Remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Feb 14, 2024
1 parent f8cd44d commit 0b7ef56
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,8 @@ jobs:
# - name: 🧪 Run Tests
# run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing

# # If something goes wrong with --pre tests, we can open an issue in the repo
# - name: 📝 Report --pre Failures
# if: failure() && github.event_name == 'schedule'
# uses: JasonEtco/create-an-issue@v2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# PLATFORM: ${{ matrix.platform }}
# PYTHON: ${{ matrix.python-version }}
# RUN_ID: ${{ github.run_id }}
# TITLE: "[test-bot] pip install --pre is failing"
# with:
# filename: .github/TEST_FAIL_TEMPLATE.md
# update_existing: true

- name: Coverage
uses: codecov/codecov-action@v3
# - name: Coverage
# uses: codecov/codecov-action@v3

deploy:
name: Deploy
Expand Down

0 comments on commit 0b7ef56

Please sign in to comment.