Skip to content

Commit 960283e

Browse files
authored
Merge pull request #5 from TOMToolkit/fix/lint_bugs
fix first order obvious lint violations and typos
2 parents 16fa3b1 + 6e92f7a commit 960283e

File tree

4 files changed

+144
-170
lines changed

4 files changed

+144
-170
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,3 @@ jobs:
3737
poetry install
3838
- name: Run tests
3939
run: echo "write tests!"
40-
41-
publish_coverage:
42-
runs-on: ubuntu-latest
43-
steps:
44-
- uses: actions/checkout@v2
45-
- uses: actions/setup-python@v2
46-
with:
47-
python-version: 3.9
48-
- name: Install dependencies
49-
run: |
50-
python -m pip install --upgrade pip
51-
python -m pip install poetry
52-
poetry install
53-
pip install coverage coveralls
54-
- name: Run Tests
55-
run: coverage run --include=tom_* manage.py test --exclude-tag=canary
56-
- name: Report Coverage
57-
run: coveralls
58-
env:
59-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
60-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)