https://github.com/crazyguitar/ci-cd
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: crazyguitar
- Language: JavaScript
- Default Branch: main
- Size: 142 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 5 years ago
· Last pushed over 5 years ago
Metadata Files
Readme
README.md
Continuous Integration 
Continuous Integration and Deployment Recitation
Changelog
- Implementation of a bowling score card.
- Reference for Unit Testing lab for FSE Fall 2015 at CMU-SV.
- Updated for CircleCI Integration for FSE Spring 2018 at CMU-SV.
- Updated for CI/CD recitation for FSE Spring 2019 at CMU-SV.
- Updated for CI/CD recitation for FSE Fall 2019 at CMU-SV.
- Change the testing framework from Mocha to Jest for FSE Fall 2020 at CMU-SV.
- Add eslint and mongodb image for FSE Fall 2020 at CMU-SV.
- Removed mongodb image, and changed cache to "package-lock.json" for FSE Spring 2021 at CMU-SV.
Install
Install needed tools:
npm install
Tests results
npm run test
Coverage results
npm run coverage

CircleCI integration
- Link your account with CircleCI by following "Getting Started with CircleCI".
- After the account is linked, when you push changes to the repo CircleCI will run your tests and code coverage.
- You can The coverage report is in
Artifacts > coverage/index.html
Artifacts > Coverage

Owner
- Name: CHANG-NING TSAI
- Login: crazyguitar
- Kind: user
- Location: Mountain View
- Website: https://crazyguitar.me
- Repositories: 633
- Profile: https://github.com/crazyguitar
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| chang-ning | s****2@g****m | 1 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
package-lock.json
npm
- 605 dependencies
package.json
npm
- @babel/plugin-transform-modules-commonjs ^7.10.4 development
- eslint ^7.10.0 development
- eslint-config-airbnb-base ^14.2.0 development
- eslint-plugin-import ^2.22.1 development
- jest ^26.5.2 development
- express ^4.17.1