https://github.com/crazyguitar/ci-cd

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 CircleCI

Continuous Integration and Deployment Recitation

Changelog

  1. Implementation of a bowling score card.
  2. Reference for Unit Testing lab for FSE Fall 2015 at CMU-SV.
  3. Updated for CircleCI Integration for FSE Spring 2018 at CMU-SV.
  4. Updated for CI/CD recitation for FSE Spring 2019 at CMU-SV.
  5. Updated for CI/CD recitation for FSE Fall 2019 at CMU-SV.
  6. Change the testing framework from Mocha to Jest for FSE Fall 2020 at CMU-SV.
  7. Add eslint and mongodb image for FSE Fall 2020 at CMU-SV.
  8. 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

Coverage screenshot

CircleCI integration

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

Artifacts > Coverage

Coverage screenshot

Owner

  • Name: CHANG-NING TSAI
  • Login: crazyguitar
  • Kind: user
  • Location: Mountain View

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 1
  • Total Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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