Skip to content

Commit

Permalink
Merge pull request #267 from stenjo/dependabot/npm_and_yarn/actions/g…
Browse files Browse the repository at this point in the history
…ithub-6.0.0

build(deps): bump @actions/github from 5.1.1 to 6.0.0
  • Loading branch information
steoj authored Aug 5, 2024
2 parents 30ea2b4 + c047e61 commit 539d7b3
Show file tree
Hide file tree
Showing 7 changed files with 30,977 additions and 7,337 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ reports/**

# stryker temp files
.stryker-tmp
**/.DS_Store
Loading

1 comment on commit 539d7b3

@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.