Create coveralls.yml

This commit is contained in:
Aryan Iyappan 2021-08-21 17:19:53 +05:30 committed by GitHub
parent 16551369b2
commit dc6b820635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

27
.github/workflows/coveralls.yml vendored Normal file
View File

@ -0,0 +1,27 @@
name: 📊 Check Coverage
on:
push:
branches:
- master
- '*.x'
paths-ignore:
- 'docs/**'
- '*.md'
- '*.rst'
pull_request:
branches:
- master
- '*.x'
paths-ignore:
- 'docs/**'
- '*.md'
- '*.rst'
jobs:
coveralls_finish:
# check coverage increase/decrease
needs: tests
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop