forked from syncthing/syncthing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do honest test coverage analysis in Jenkins
- Loading branch information
Showing
9 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ coverage.out | |
files/pidx | ||
bin | ||
perfstats*.csv | ||
coverage.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). | ||
// All rights reserved. Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file. | ||
|
||
package auto_test | ||
|
||
// Empty test file to generate 0% coverage rather than no coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). | ||
// All rights reserved. Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file. | ||
|
||
package main_test | ||
|
||
// Empty test file to generate 0% coverage rather than no coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). | ||
// All rights reserved. Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file. | ||
|
||
package discover_test | ||
|
||
// Empty test file to generate 0% coverage rather than no coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). | ||
// All rights reserved. Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file. | ||
|
||
package osutil_test | ||
|
||
// Empty test file to generate 0% coverage rather than no coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). | ||
// All rights reserved. Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file. | ||
|
||
package versioner_test | ||
|
||
// Empty test file to generate 0% coverage rather than no coverage |