Skip to content

Commit

Permalink
Adds Codecov to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasavluchinske committed Dec 19, 2023
1 parent a6bfe70 commit 8837c01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ jobs:
OS: ${{ matrix.os }}
DJANGO: ${{ matrix.django-version }}
run: tox
- name: Run Codecov
run: |
python -m pip install codecov
codecov

0 comments on commit 8837c01

Please sign in to comment.