Skip to content

Commit

Permalink
build(deps): bump dcarbone/install-jq-action from 2.0.2 to 2.1.0 (#247)
Browse files Browse the repository at this point in the history
Bumps [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/dcarbone/install-jq-action/releases)
- [Commits](dcarbone/install-jq-action@v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: dcarbone/install-jq-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 9809569 commit 6b8e75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mkdir tmp
- name: Install jq
uses: dcarbone/install-jq-action@v2.0.2
uses: dcarbone/install-jq-action@v2.1.0

# Store Deploy Rate history
- name: Get deploys Gist
Expand Down

1 comment on commit 6b8e75b

@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: 90%
90.37% (216/239) 87.83% (65/74) 92.72% (51/55)
Coverage Report (90%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files90.3787.8392.7290.12 
   ChangeFailureRate.ts10085.7110010010–11
   CommitsAdapter.ts72.7210066.6672.7223–37
   DeployFrequency.ts100100100100 
   IssuesAdapter.ts77.2710066.6676.1936–37, 43–67
   LeadTime.ts97.6795.6510097.67107
   MeanTimeToRestore.ts90.97510090.925, 32, 96, 108, 134
   PullRequestsAdapter.ts80.9510066.668036, 42–66
   ReleaseAdapter.ts77.2710066.6676.1935–36, 42–65

Please sign in to comment.