Skip to content

Commit

Permalink
try to add an uncovered code file
Browse files Browse the repository at this point in the history
  • Loading branch information
joefong-nhs committed Jun 12, 2024
1 parent 0d12b7a commit 408057f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/foo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// a temp file just to trigger sonarcloud coverage scan
// to be removed later.

function foo() {
return "bar";
}

export default foo;

0 comments on commit 408057f

Please sign in to comment.