Skip to content

Commit

Permalink
Bump version to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JoSSte committed May 28, 2024
1 parent c88ccf6 commit 729ca34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrum-timer",
"version": "1.2.5",
"version": "1.2.6",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

2 comments on commit 729ca34

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

85.14%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src/app
   app.component.ts100%100%100%100%
src/app/components/help
   help.component.ts100%100%100%100%
src/app/components/navbar
   navbar.component.ts100%100%100%100%
src/app/components/participant-list
   participant-list.component.ts85.29%75%87.50%86.36%24–25, 52, 62
src/app/components/settings
   settings.component.ts100%100%100%100%
src/app/components/timer
   timer.component.ts75.37%61.54%69.23%77.78%101, 106–110, 129, 132, 182, 185, 188–189, 192–194, 197, 201–202, 221–223, 239–241, 61–62, 90–91, 93
src/app/models
   Participant.ts75%100%50%80%17
src/app/pipes
   secs.pipe.ts100%100%100%100%
src/app/services/navbar
   navbar.service.ts100%100%100%100%
src/app/services/participant
   participant.service.ts69.35%70%64.29%71.05%104, 106–108, 81, 81, 83, 86, 86, 86–87, 89, 91, 94
src/app/services/settings
   settings.service.ts89.55%77.78%92.31%94.44%15, 22, 33, 42, 85–86

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

83.70%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src/app
   app.component.ts100%100%100%100%
src/app/components/help
   help.component.ts100%100%100%100%
src/app/components/navbar
   navbar.component.ts100%100%100%100%
src/app/components/participant-list
   participant-list.component.ts85.29%75%87.50%86.36%24–25, 52, 62
src/app/components/settings
   settings.component.ts93.75%83.33%100%95.24%42, 45
src/app/components/timer
   timer.component.ts72.39%46.15%69.23%75.93%106–110, 129, 132, 182, 185, 188–189, 192–194, 197, 201–202, 221–223, 239–241, 52–53, 61–62, 90–91, 91, 91, 93, 95
src/app/models
   Participant.ts75%100%50%80%17
src/app/pipes
   secs.pipe.ts100%100%100%100%
src/app/services/navbar
   navbar.service.ts100%100%100%100%
src/app/services/participant
   participant.service.ts69.35%70%64.29%71.05%104, 106–108, 81, 81, 83, 86, 86, 86–87, 89, 91, 94
src/app/services/settings
   settings.service.ts86.57%72.22%92.31%91.67%15, 22, 33, 42, 63, 66, 85–86

Please sign in to comment.