Skip to content

Commit a9694f2

Browse files
authored
CI: Uploading coverage to coveralls.io
1 parent f1a796f commit a9694f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
tests:
1313
name: tox on ${{ matrix.python-version }}
1414
runs-on: ubuntu-latest
15-
env:
16-
USING_COVERAGE: '3.12'
1715

1816
strategy:
1917
matrix:
@@ -36,3 +34,6 @@ jobs:
3634
3735
- name: Run tox targets for ${{ matrix.python-version }}
3836
run: coverage run -m tox
37+
38+
- name: Coveralls
39+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)