Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Conversation

@tbarlow12
Copy link
Contributor

No description provided.

Copy link
Contributor

@wbreza wbreza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Added a couple questions and comments.


after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this push the coverage report up to coveralls automatically?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it seems automagic, but our coverage badge is still unknown, and I'm guessing that's because we haven't had it run on master yet.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mydiemho might know, but my guess is that it targets a default branch (master). I wonder if that's something we can change? Everything will get there eventually...

.travis.yml Outdated
- npm install
script:
- npm test
- npm test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also add linting verification? Or is that a pre call on test

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly. Now that you mention it though, we should be calling npm run build so that we run tsc as well. Currently, test runs as a precursor to build. I think I saw that change in your incoming PR, so maybe we can update whichever one comes in last

@tbarlow12 tbarlow12 force-pushed the tabarlow/npm-release branch from 337ce8b to 769eb3f Compare June 6, 2019 22:03
@tbarlow12 tbarlow12 merged commit 9bdd648 into dev Jun 7, 2019
@tbarlow12 tbarlow12 deleted the tabarlow/npm-release branch June 7, 2019 00:28
hannesne pushed a commit to hannesne/serverless-azure-functions that referenced this pull request Jun 7, 2019
Fixed compile issue serverless#160 on windows by adding shx npm package to use in build scripts. Also added some local dev instructions to Readme.md

Made numbering in local dev instructions in readme.md sequential.
Signed Commit

Made numbering in local dev sintructions in readme.md sequential.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants