Skip to content

Commit

Permalink
Fix Sonar coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Oct 20, 2023
1 parent efdc4b5 commit defe288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hckrnews/enum",
"description": "Create vanilla JavaScript enums",
"version": "2.0.2",
"version": "2.0.3",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.projectKey=hckrnews_enum
# relative paths to source directories. More details and properties are described
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
sonar.sources=./src
sonar.exclusions=**/__**__/*.t=js,**/*.test.js
sonar.exclusions=**/__**__/*.js,**/*.test.js
sonar.language=js
sonar.tests=./src
sonar.test.inclusions=./src/**/*.test.js
Expand Down

0 comments on commit defe288

Please sign in to comment.