Skip to content

Commit

Permalink
update github actions for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomihod committed Apr 2, 2021
1 parent 13f080e commit d36d22b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run.
on:
pull_request:
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -47,3 +40,5 @@ jobs:
python -m pip install -U coveralls scrutinizer-ocular
coveralls
ocular
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d36d22b

Please sign in to comment.