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

Adds more instructions for develop in Readme #120

Merged
merged 2 commits into from Apr 19, 2018
Merged

Adds more instructions for develop in Readme #120

merged 2 commits into from Apr 19, 2018

Conversation

campionfellin
Copy link
Collaborator

Also updates with clasp login --ownkey

Signed-off-by: campionfellin campionfellin@gmail.com

Also updates with clasp login --ownkey

Signed-off-by: campionfellin <campionfellin@gmail.com>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 65

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-61.3%) to 9.519%

Totals Coverage Status
Change from base Build 63: -61.3%
Covered Lines: 80
Relevant Lines: 623

💛 - Coveralls

2 similar comments
@coveralls
Copy link

Pull Request Test Coverage Report for Build 65

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-61.3%) to 9.519%

Totals Coverage Status
Change from base Build 63: -61.3%
Covered Lines: 80
Relevant Lines: 623

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 65

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-61.3%) to 9.519%

Totals Coverage Status
Change from base Build 63: -61.3%
Covered Lines: 80
Relevant Lines: 623

💛 - Coveralls

@coveralls
Copy link

coveralls commented Apr 19, 2018

Pull Request Test Coverage Report for Build 67

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-61.3%) to 9.519%

Totals Coverage Status
Change from base Build 63: -61.3%
Covered Lines: 80
Relevant Lines: 623

💛 - Coveralls

Copy link
Contributor

@grant grant left a comment

Choose a reason for hiding this comment

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

  • ownkey sentence looks good.
  • Run Tests description could use improvement.
    • Just state how to run the tests.

README.md Outdated
@@ -213,6 +215,9 @@ clasp <command>

#### Run Tests (experimental)

Check out `/tests/test.ts` and change `describe.skip(...)` to `describe(...)` for relevant tests.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a better way to run individual tests?

Copy link
Contributor

Choose a reason for hiding this comment

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

Don't say Check out /tests/test.ts\. It's wordy. Accommodate for most people reading this.

I'm guessing if someone searches for this section
90% of people want to run tests.
10% of people want to add a test.


So just state how to run all tests. 1 sentence.
If you find a way to run a single test, you can state that too in 1 sentence/command.

README.md Outdated
@@ -213,6 +215,9 @@ clasp <command>

#### Run Tests (experimental)

Check out `/tests/test.ts` and change `describe.skip(...)` to `describe(...)` for relevant tests.
If you created a new command, please make a test for it. Here's how to run the tests:
Copy link
Contributor

Choose a reason for hiding this comment

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

Delete: If you created a new command, please make a test for it.

We can add this when tests are common and include it somewhere else.

Copy link
Contributor

@grant grant left a comment

Choose a reason for hiding this comment

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

  • ownkey sentence looks good.
  • Run Tests description could use improvement.
    • Just state how to run the tests.

Signed-off-by: campionfellin <campionfellin@gmail.com>
@grant
Copy link
Contributor

grant commented Apr 19, 2018

Much better, thanks!

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.

None yet

4 participants