-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Code Coverage #15
Labels
CD/CD
Related to Continuous Integration and continuous deployment
Engineering Practices
Issue is related to unit testing, coding standards, unit testing, etc.
Milestone
Comments
readysetagile
moved this from Ready for refinement - write the acceptance criteria (test script) for the feature
to Ready for development - feature has a GitHub issue assigned and can be developed
in FreeCodeCamp Columbus Website
Aug 6, 2022
readysetagile
moved this from Ready for development - feature has a GitHub issue assigned and can be developed
to In development - at least one person is developing this item
in FreeCodeCamp Columbus Website
Sep 29, 2022
readysetagile
moved this from In development - at least one person is developing this item
to Ready for development - feature has a GitHub issue assigned and can be developed
in FreeCodeCamp Columbus Website
Jun 21, 2023
so simply changing the
I would like to get our code coverage back in the 'green':
|
mmcbride2929
moved this from Ready for development
to Code Review
in FreeCodeCamp Columbus Website
Aug 14, 2023
Merged
readysetagile
moved this from Code Review
to Ready to be staged
in FreeCodeCamp Columbus Website
Aug 15, 2023
readysetagile
moved this from Ready to be staged
to Ready for Testing
in FreeCodeCamp Columbus Website
Aug 21, 2023
mmcbride2929
moved this from Ready for Testing
to Ready for Deployment
in FreeCodeCamp Columbus Website
Aug 28, 2023
Merged
readysetagile
moved this from Ready for Deployment
to Done!
in FreeCodeCamp Columbus Website
Aug 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CD/CD
Related to Continuous Integration and continuous deployment
Engineering Practices
Issue is related to unit testing, coding standards, unit testing, etc.
Attempt to implement Code coverage that is automatically run on CI builds
Acceptance Criteria
GIVEN I am a Free Code Camp developer
WHEN I run
npm run test
on the CLITHEN the
coverage
folder will be createdAND all the unit tests will be run
AND I will see the code coverage report
Guidance
The text was updated successfully, but these errors were encountered: