Skip to content

Commit 73f2e7c

Browse files
author
Gonzalo Diaz
committed
[CONFIG] New exclusions about new generated HTML coverage report.
1 parent e49461d commit 73f2e7c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.snyk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Snyk (<https://snyk.io>) policy file
2+
3+
---
4+
exclude:
5+
global:
6+
- html-coverage-report/**

sonar-project.properties

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sonar.projectKey=sir-gon_algorithm-exercises-csharp
2+
sonar.organization=sir-gon
3+
4+
# This is the name and version displayed in the SonarCloud UI.
5+
#sonar.projectName=algorithm-exercises-csharp
6+
#sonar.projectVersion=1.0
7+
8+
9+
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
10+
# sonar.sources=src
11+
sonar.exclusions=**/html-coverage-report/**
12+
13+
# Encoding of the source code. Default is default system encoding
14+
#sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)