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

Added StagingWorkflow (e.g. for streamlined use in gulp/grunt) #2

Merged
merged 1 commit into from
Nov 12, 2018

Conversation

marcelobern
Copy link
Contributor

Implemented

New code to create a streamlined staging function by collating together all API call required to:

  • Create a minPack from the original binary folder
  • Apply a minPack to a test folder
  • Check the minPack from the test folder against the original binary folder
  • Clean up (remove redundant files) in the original binary folder
  • A Promise is returned which when resolved provides the minPack to allow is to be persisted for future use

Documentation

  • Added the new function to the usage section (gulp example)
  • Added the new function to the API section

Testing

  • Added test cases to cover 100% of the new code

@coveralls
Copy link

coveralls commented Nov 12, 2018

Pull Request Test Coverage Report for Build 14

  • 42 of 42 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.005%) to 99.654%

Totals Coverage Status
Change from base Build 10: 1.005%
Covered Lines: 201
Relevant Lines: 202

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

2 participants