Skip to content

Commit

Permalink
Merge pull request #261 from stenjo/dependabot/github_actions/tj-acti…
Browse files Browse the repository at this point in the history
…ons/branch-names-8

build(deps): bump tj-actions/branch-names from 7 to 8
  • Loading branch information
steoj authored Mar 13, 2024
2 parents 3dae4cf + 05b6223 commit f0fe68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v7
uses: tj-actions/branch-names@v8

- name: Jest Coverage Comment
id: coverageComment
Expand Down

1 comment on commit f0fe68d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Test Coverage

Jest Coverage (summary)

Lines Statements Branches Functions
Coverage: 100%
100% (240/240) 100% (74/74) 100% (55/55)
Coverage Report (100%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files100100100100 
   ChangeFailureRate.ts100100100100 
   CommitsAdapter.ts100100100100 
   DeployFrequency.ts100100100100 
   IssuesAdapter.ts100100100100 
   LeadTime.ts100100100100 
   MeanTimeToRestore.ts100100100100 
   PullRequestsAdapter.ts100100100100 
   ReleaseAdapter.ts100100100100 

Please sign in to comment.