mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-24 18:43:55 +03:00
Merge pull request #1442 from graphql-python/erikwrede-patch-1
Delete coveralls.yml
This commit is contained in:
commit
023452a09f
25
.github/workflows/coveralls.yml
vendored
25
.github/workflows/coveralls.yml
vendored
|
@ -1,25 +0,0 @@
|
||||||
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
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Coveralls Finished
|
|
||||||
uses: AndreMiras/coveralls-python-action@develop
|
|
Loading…
Reference in New Issue
Block a user