We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16fa3b1 + 6e92f7a commit 960283eCopy full SHA for 960283e
.github/workflows/run-tests.yml
@@ -37,24 +37,3 @@ jobs:
37
poetry install
38
- name: Run tests
39
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