Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Upload npm in pipeline #6

Merged
merged 59 commits into from Feb 8, 2019
Merged

Upload npm in pipeline #6

merged 59 commits into from Feb 8, 2019

Conversation

phillipDenness
Copy link
Contributor

No description provided.

@phillipDenness phillipDenness force-pushed the upload-npm-in-pipeline branch 2 times, most recently from 5eccd3c to f081b81 Compare January 16, 2019 18:01
@benouaer benouaer requested a review from velimd January 30, 2019 10:44
/node_modules
node_modules/
projects/annotation-ui-lib/node_modules/
**/**/node_modules/
Copy link
Contributor

@velimd velimd Jan 30, 2019

Choose a reason for hiding this comment

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

question: why is this double -> **/ **/ , would **/node_modules/ work

Copy link
Contributor

Choose a reason for hiding this comment

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

supposed to exclude node_modules for the library, under projects/annotation-ui-lib/node_modules

- go to http://localhost:3000 and the viewer should load the document.

### Building annotation library
- npm run package
Copy link
Contributor

Choose a reason for hiding this comment

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

as mentioned before, maybe best to have this before running

api/index.ts Outdated

if (config.configEnv !== 'prod') {
// Uncomment to enable direct access to Microservices
dmStoreApiRoutes(router)

Copy link
Contributor

Choose a reason for hiding this comment

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

reason for the new line?

package.json Outdated
@@ -35,6 +40,7 @@
"@angular/platform-browser-dynamic": "6.1.0",
"@angular/platform-server": "6.1.0",
"@angular/router": "6.1.0",
"@hmcts/annotation-ui-lib": "1.0.7-RC",
Copy link
Contributor

Choose a reason for hiding this comment

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

this need to be updated for the new version

@codecov
Copy link

codecov bot commented Feb 4, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@942797a). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #6   +/-   ##
=========================================
  Coverage          ?   90.62%           
=========================================
  Files             ?        6           
  Lines             ?       64           
  Branches          ?        2           
=========================================
  Hits              ?       58           
  Misses            ?        4           
  Partials          ?        2
Impacted Files Coverage Δ
projects/annotation-ui-app/src/polyfills.ts 100% <ø> (ø)
projects/annotation-ui-app/src/test.ts 100% <ø> (ø)
...ojects/annotation-ui-app/src/app/config.service.ts 93.75% <100%> (ø)
...rojects/annotation-ui-app/src/app/app.component.ts 100% <100%> (ø)
...cts/annotation-ui-app/src/app/auth/auth.service.ts 86.2% <100%> (ø)
...otation-ui-app/src/app/auth/redirection.service.ts 85.71% <100%> (ø)

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 942797a...de224cb. Read the comment docs.

@benouaer benouaer merged commit c250212 into master Feb 8, 2019
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.

None yet

3 participants