Skip to content

Commit

Permalink
remove coverage tests until tests are written
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Oct 18, 2023
1 parent 5634a93 commit 730239d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,3 @@ jobs:
poetry install
- name: Run tests
run: echo "write tests!"

publish_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
pip install coverage coveralls
- name: Run Tests
run: coverage run --include=tom_* manage.py test --exclude-tag=canary
- name: Report Coverage
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 730239d

Please sign in to comment.