Skip to content

Commit

Permalink
disabling codcov
Browse files Browse the repository at this point in the history
  • Loading branch information
hughes036 committed Oct 16, 2023
1 parent e3bfab5 commit e923253
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_lint_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test with pytest
run: |
pytest -v --color=yes --cov=allencell_ml_segmenter --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e923253

Please sign in to comment.