-
Notifications
You must be signed in to change notification settings - Fork 78
chore: prep the repo for automated releases #123
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #123 +/- ##
=========================================
Coverage ? 49.29%
Complexity ? 38
=========================================
Files ? 5
Lines ? 213
Branches ? 16
=========================================
Hits ? 105
Misses ? 104
Partials ? 4 Continue to review full report at Codecov.
|
.travis.yml
Outdated
after_script: | ||
- "./scripts/s3upload.sh" | ||
- "./scripts/s3upload.sh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is no longer needed, we need to upload to GitHub instead.
.travis.yml
Outdated
<a href="https://github.com/sendgrid/%{repository}/commits/%{commit}">View on GitHub</a>' | ||
format: html | ||
notify: true | ||
- S3_POLICY: ewogICJleHBpcmF0aW9uIjogIjIxMDAtMDEtMDFUMTI6MDA6MDAuMDAwWiIsCiAgImNvbmRpdGlvbnMiOiBbCiAgICB7ImFjbCI6ICJwdWJsaWMtcmVhZCIgfSwKICAgIHsiYnVja2V0IjogInNlbmRncmlkLW9wZW4tc291cmNlIiB9LAogICAgWyJzdGFydHMtd2l0aCIsICIka2V5IiwgInNlbmRncmlkLWphdmEvIl0sCiAgICBbImNvbnRlbnQtbGVuZ3RoLXJhbmdlIiwgMjA0OCwgMjY4NDM1NDU2XSwKICAgIFsiZXEiLCAiJENvbnRlbnQtVHlwZSIsICJhcHBsaWNhdGlvbi96aXAiXQogIF0KfQo= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can delete these, they were for uploading to S3.
Hello @eshanholtz, |
No description provided.