Skip to content

Commit 25e1ff9

Browse files
committed
Add: coveralls on github-action workflow
1 parent 829cd2b commit 25e1ff9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pythonpackage.yml renamed to .github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow will install Swap package dependencies, run tests and lint with a variety of Python versions.
22

3-
name: bip38-workflow
3+
name: workflow
44

55
on:
66
push:
@@ -32,3 +32,5 @@ jobs:
3232
pip install -e .[tests,docs]
3333
- name: Test with pytest
3434
run: pytest
35+
- name: Coveralls
36+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)