You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# _SonarQube Plugin for Swift_ Changelog
2
2
3
+
4
+
## 🔖 v0.3.8
5
+
6
+
- Ability to add a separate path for surefire junit test reports by [vexdev](https://github.com/vexdev). See [PR 105](https://github.com/Backelite/sonar-swift/pull/105)
7
+
- Added check for Swift language to surefire sensor To avoid ["Can not add the same measure twice" issue](https://github.com/Backelite/sonar-swift/issues/103) by [felazuris](https://github.com/felazuris). See [PR 103](https://github.com/Backelite/sonar-swift/issues/103)
8
+
- Documentation update on the use of new fastlane gem lizard by [liaogz82](https://github.com/liaogz82). See [PR 119](https://github.com/Backelite/sonar-swift/pull/119)
9
+
- Added `--no-color` to sonar.swift.tailor.config to restore proper log parsing by [benjohnde](https://github.com/benjohnde). See [PR 122](https://github.com/Backelite/sonar-swift/pull/122)
10
+
- Fixed NPE when parsing JUnit reports by [jxw1102](https://github.com/jxw1102). See [PR 145](https://github.com/Backelite/sonar-swift/pull/145)
11
+
- SwiftLint 0.26.0 support by [gaelfoppolo](https://github.com/gaelfoppolo). See [PR 148](https://github.com/Backelite/sonar-swift/pull/148)
12
+
- Added support for modular code coverage and ability to specify a reports directory by [isaacwang4076](https://github.com/isaacwang4076). See [PR 151](https://github.com/Backelite/sonar-swift/pull/151)
13
+
3
14
## 🔖 v0.3.7
4
15
5
16
- Add SwiftLint 0.25.0 support by [gaelfoppolo](https://github.com/gaelfoppolo) . See [PR 135](https://github.com/Backelite/sonar-swift/pull/135)
0 commit comments