Skip to content

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