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.
1 parent 1655136 commit dc6b820Copy full SHA for dc6b820
.github/workflows/coveralls.yml
@@ -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
14
15
16
17
18
19
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