Closed smmzhu closed 1 day ago
(Merge https://github.com/ucsb-cs156-f24/proj-happycows-f24-11/pull/30 before this one) Third ticket in a series tackling issue https://github.com/ucsb-cs156-f24/proj-happycows-f24-11/issues/26 — added Post Endpoint for single record in students table. Testing Link: https://sampr2.dokku-11.cs.ucsb.edu/
mvn test
mvn test jacoco:report
mvn test pitest:mutationCoverage
npm test
npm run coverage
npx stryker run
npx eslint --fix src
Closes #35
Overview
(Merge https://github.com/ucsb-cs156-f24/proj-happycows-f24-11/pull/30 before this one) Third ticket in a series tackling issue https://github.com/ucsb-cs156-f24/proj-happycows-f24-11/issues/26 — added Post Endpoint for single record in students table. Testing Link: https://sampr2.dokku-11.cs.ucsb.edu/
Screenshots (Optional)
Validation (Optional)
Tests
mvn test
) passmvn test jacoco:report
) 100%mvn test pitest:mutationCoverage
) 100%Frontend Unit tests (npm test
) passFrontend Test coverage (npm run coverage
) 100%Frontend Mutation tests (npx stryker run
) 100%Frontend Linting (npx eslint --fix src
)Linked Issues
Closes #35