Skip to content

saketj21/Dino_Game_CS455

Repository files navigation

Dino_Game_CS455

Demo: https://dino-game-cs-455.vercel.app/

CI/CD Pipeline:

The CI/CD pipleline for this project is made using GitHub Actions, Everytime we merge a new branch, GitHub Actions run all the predescribed tests and metrics and give us a report.

You can Find the Results of Code Quality metrics of each pull request by going to Actions tab of this repository and checking the lint build, it compromises of all the quality checks that are being performed, click on specific steps to know more about that test/metric. For Code Duplication metric you can check by running

npm run duplication

and the reports are saved to a file name jscpd-report.json in report folder, for other metrics/tests you can directly check in github actions to find all details. For ex. you can find test coverage metric in Run jest step of code quality metrics described in GitHub Actions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published