Skip to content

Commit 70d3965

Browse files
authored
fix(readme-score): ensure scoreData are returned
* ci(travis): integrate with slack Add an encrypted notification token so that Travis CI can post to the commonality workspace channel #readme-inspector. GH-18 * chore(env): remove CODACY_PROJECT_TOKEN CODACY_PROJECT_TOKEN is only necessary for CI services, and not production features. Remove it. GH-18,GH-19 * docs(gh-pages): move docs/ under root Move docs under the project root for Github Pages publication. Prune unused images. GH-18,GH-19 * ci(travis): integrate with slack Add an encrypted notification token so that Travis CI can post to the commonality workspace channel #readme-inspector. GH-18 * chore(env): remove CODACY_PROJECT_TOKEN CODACY_PROJECT_TOKEN is only necessary for CI services, and not production features. Remove it. GH-18,GH-19 * docs(gh-pages): move docs/ under root Move docs under the project root for Github Pages publication. Prune unused images. GH-18,GH-19 * docs(template): update PR Add coveralls image for integration, too. GH-18,GH-19 * chore(dotenv-extended): update to @latest Format all markdown. GH-18,GH-19 * ci(travis): send lcov to coveralls Push test coverage to coveralls, but only from Travis CI GH-18,GH-19 * ci(travis): send lcov to coveralls Push test coverage to coveralls, but only from Travis CI GH-18,GH-19 * fix(readme-score): add url to search Ensure that ?url={url} is initialized. GH-18,GH-19 * chore(release): bump semver Update: 1. CHANGELOG.md 2. package.json 3. package-lock.json 4. .github/config/sonar-project.properties GH-18,GH-19
1 parent f88fbe2 commit 70d3965

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+121
-533
lines changed

.github/CONTRIBUTING.md

+3-3

.github/PULL_REQUEST_TEMPLATE.md

+9-253

.github/assets/img/bdd-process.png

-51.2 KB
Binary file not shown.
-42.5 KB
Binary file not shown.

.github/assets/img/ga-suite/ic-tag-manager.svg

-212
This file was deleted.
Binary file not shown.
-1.62 KB
Binary file not shown.
-1.62 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.34 KB
Binary file not shown.
-1005 Bytes
Binary file not shown.
-1.42 KB
Binary file not shown.
Binary file not shown.
-1.57 KB
Binary file not shown.
-1.47 KB
Binary file not shown.
Binary file not shown.
-2.77 KB
Binary file not shown.
-1.76 KB
Binary file not shown.
Binary file not shown.
-1.42 KB
Binary file not shown.
-2.73 KB
Binary file not shown.
-3.61 KB
Binary file not shown.
-3.44 KB
Binary file not shown.
-3.34 KB
Binary file not shown.
-3.51 KB
Binary file not shown.
-979 Bytes
Binary file not shown.
-2.27 KB
Binary file not shown.
-1.97 KB
Binary file not shown.
Binary file not shown.
-2.37 KB
Binary file not shown.
-2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.55 KB
Binary file not shown.
-1 KB
Binary file not shown.
Binary file not shown.
-4.4 KB
Binary file not shown.
Binary file not shown.
-2.43 KB
Binary file not shown.
-1.88 KB
Binary file not shown.
-1.71 KB
Binary file not shown.
-1.33 KB
Binary file not shown.
-1.62 KB
Binary file not shown.
-1.56 KB
Binary file not shown.
-3.98 KB
Binary file not shown.
Binary file not shown.
-1.17 KB
Binary file not shown.
-1.57 KB
Binary file not shown.

.github/config/.jsdoc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dictionaries": ["jsdoc"]
55
},
66
"source": {
7-
"include": ["lib", "package.json", "README.md"],
7+
"include": ["lib", "package.json", "CHANGELOG.md", "README.md"],
88
"includePattern": ".js$",
99
"excludePattern": "(node_modules/|docs/|lib/__tests__/)"
1010
},
@@ -16,7 +16,7 @@
1616
"showInheritedInNav": true
1717
},
1818
"opts": {
19-
"destination": "./.github/assets/docs/",
19+
"destination": "./docs/",
2020
"encoding": "utf8",
2121
"private": true,
2222
"recurse": true,

.github/config/sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sonar.sourceEncoding=UTF-8
3030
sonar.organization=commonality
3131
sonar.projectKey=readme-inspector
3232
sonar.projectName=readme-inspector
33-
sonar.projectVersion=1.0.1
33+
sonar.projectVersion=1.0.2
3434

3535
# =====================================================
3636
# Meta-data for the project

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,4 @@ lib/__tests__/index.test.js
134134
tsconfig.json
135135
jsconfig.json
136136

137-
docs/
138137
.scannerwork/

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,23 @@ os:
2020
- osx
2121
notifications:
2222
webhooks: https://app.fossa.io/hooks/travisci
23+
slack:
24+
secure: 6ZTfA/2SW9QWm5RC6hoiMtpqJLIyBPJtPLNOZLABjKu0APxWO4PHY0sPaUq8wd6d+AWWeCP76uqU6U/KwyDucvg05JVosWPXsuOG0kk1S2gh5t6ull1QJvOcUqWvcS83NreKYDghAbp91dmuXw5M/H2h5j9ZEjB5NVyeaw+R7T+W3GvWs4pQRxHipHgv9pY9XYzHdimY4xxJHBGSyRO/LytbJ0o4LO/vKaXpRxmiciz9FGeC4nageN1PXnfWcRQ+3qvd62DSgT/WBzLGP71p3soL5kf1Cr/kVeGsOA7OF9RgPTzcFFhA/5C+wbXTCL++Wo9XkxzPqe89NYl+BhwGPvhFY0VbYjCyORpqRmlXdz4R3Dmx6OE2CVThzohkCEQSOl+qJkzo9U/glZYrcfQgJEQ9rPPxdMxNdBwh8tG6Xf15P9J819OGSBUPTzZcmPtWWhzSK/vx9Qqd/MStdvLfPdudyOux9qqjGdpqC5NpC6a/37HxuESot8PXf5Sf4MOgAVIPzdUep63N44PAaX1UGLA/OJyNtT/ltX/mcPPUsTD8WN0HO5HwkDYX3bYWikmSJ5+2/0Dz7FSHIATv5pS9+KYzGOZlNk4qhCDaf9yMKm895YmZhc9Nyg/mw5fDi5K6a3AOgctJc2QYejkXM3xg90xEANB4vF2ml/rfno92SYM=
2325
git:
2426
depth: 1
2527
before_install:
2628
- "[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest"
29+
install:
30+
- npm i
31+
- npm i --save-dev coveralls
2732
before_script:
2833
- npm dedupe
2934
script:
3035
- npm run test:config
3136
- npm test
3237
after_script:
3338
- npm run posttest:ci:coverage:codacy
39+
- npm run posttest:ci:coverage:coveralls
3440
- sonar-scanner -Dproject.settings=./.github/config/sonar-project.properties -Dsonar.organization=$SONAR_ORGANIZATION
3541
-Dsonar.login=$SONAR_COMMONALITY_TOKEN -X
3642
jobs:

CHANGELOG.md

+12

0 commit comments

Comments
 (0)