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 3eb6b00 commit 808102a
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/code_coverage_fork.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Code Coverage Fork

on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
on: pull_request_target

jobs:
run_tests:
Expand All @@ -25,12 +19,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install pip
run: pip install -r requirements/pip.txt

- name: Install Dependencies
run: pip install -r requirements/ci.txt

- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 808102a

Please sign in to comment.