Skip to content

Commit 6eb054a

Browse files
committed
fixup! Add Github Actions workflow for running tests
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 2e67e14 commit 6eb054a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,4 @@ jobs:
5151
- name: Run tests
5252
run: nox -s test-${{ matrix.python-version }}
5353
- name: Report coverage
54-
env:
55-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
56-
run: |
57-
echo $COVERALLS_REPO_TOKEN
58-
coveralls
54+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)