Skip to content

Commit

Permalink
Update codeconv.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schizza authored May 8, 2024
1 parent 5257859 commit 05b7773
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/codeconv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ jobs:
python-version: '3.12'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run ATS
uses: codecov/codecov-ats@v0
env:
# CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Run tests and collect coverage
run: pytest --cov --cov-report=xml ${{ env.CODECOV_ATS_TESTS }}
run: pytest --cov --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.2.0
with:
Expand Down

0 comments on commit 05b7773

Please sign in to comment.