Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example app #14

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Add example app #14

wants to merge 3 commits into from

Conversation

sodre
Copy link
Member

@sodre sodre commented May 1, 2020

The goal of this PR is to add an example usage app for zeroae-goblet

Assuming you have checked out zeroae-goblet and pip installed -e here is what comes next

In terminal 1, start the Smee client smee -l DEBUG -P /events and click on the Smee link to see the events that GitHub is sending.

In terminal 2:

# Start the chalice app
export WEBHOOK_PROXY_URL=<from terminal 1>
chalice --local 

@codecov
Copy link

codecov bot commented May 1, 2020

Codecov Report

Merging #14 into master will increase coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   94.28%   94.44%   +0.15%     
==========================================
  Files           2        2              
  Lines          35       36       +1     
==========================================
+ Hits           33       34       +1     
  Misses          2        2              
Impacted Files Coverage Δ
tests/smee/__init__.py 93.93% <ø> (+0.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ed206a...9c703fe. Read the comment docs.

Copy link
Member Author

sodre commented May 1, 2020

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- examples/chalice/app.py  1
         

See the complete overview on Codacy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant