Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Jun 5, 2024
1 parent f01bc43 commit 48813e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
run: tox

# - name: Run Coverage
# if: matrix.python-version == '3.8' && matrix.toxenv=='django42'
# uses: codecov/codecov-action@v4
# with:
# flags: unittests
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}
- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v4
with:
flags: unittests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
30 changes: 0 additions & 30 deletions .github/workflows/code_coverage.yaml

This file was deleted.

0 comments on commit 48813e8

Please sign in to comment.