Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
feat(coverage): code coverage (#11)
Browse files Browse the repository at this point in the history
* feat(template): blank ionic angular template
Closes #1

* chore(style): create ide .editorconfig
closes #3

* chore(style): prettier
closes #2. Install, configure, and run prettier

* feat(actions): build and test actions

Closes #4

* fix(actions): npm run lint

* feat(test): puppeteer
Closes #5

* fix(actions): #4 separate npm scripts

* fix(actions): npm run

* feat(template): blank ionic angular template
Closes #1

* chore(style): create ide .editorconfig
closes #3

* chore(style): prettier
closes #2. Install, configure, and run prettier

* feat(actions): build and test actions

Closes #4

* fix(actions): npm run lint

* feat(test): puppeteer
Closes #5

* fix(actions): #4 separate npm scripts

* fix(actions): npm run

* doc(test): karma chrome

Signed-off-by: Eric Swanson <eric.ca.swanson@aa.com>

* fix(actions): e2e

* fix(actions): CI env var

* fix(actions): order of uses and env

* fix(actions): move env to job

* test(coverage): code coverage
Closes #9
  • Loading branch information
ericis authored Feb 26, 2020
1 parent 23edfe0 commit 1283d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test:ci": "env CI=true ng test --no-watch --browsers=ChromeHeadless",
"test:ci": "env CI=true ng test --no-watch --code-coverage --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e:ci": "ng e2e"
Expand Down

0 comments on commit 1283d6e

Please sign in to comment.