Skip to content

Commit

Permalink
feat: add ats
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Sep 22, 2023
1 parent a171a38 commit 4d2d50a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
python-version: '3.10'
- 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 app
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 4d2d50a

Please sign in to comment.