Skip to content

Commit dc6b820

Browse files
authored
Create coveralls.yml
1 parent 1655136 commit dc6b820

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/coveralls.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
name: 📊 Check Coverage
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- '*.x'
8+
paths-ignore:
9+
- 'docs/**'
10+
- '*.md'
11+
- '*.rst'
12+
pull_request:
13+
branches:
14+
- master
15+
- '*.x'
16+
paths-ignore:
17+
- 'docs/**'
18+
- '*.md'
19+
- '*.rst'
20+
jobs:
21+
coveralls_finish:
22+
# check coverage increase/decrease
23+
needs: tests
24+
runs-on: ubuntu-latest
25+
steps:
26+
- name: Coveralls Finished
27+
uses: AndreMiras/coveralls-python-action@develop

0 commit comments

Comments
 (0)