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
# Day 7: Advanced Code Coverage with Jenkins, GitHub and API Mocking
1
+
# Day 21: Advanced Code Coverage with Jenkins, GitHub and API Mocking
2
2
3
3
Presentation by [Oleg Nenashev](https://linktr.ee/onenashev),
4
-
Jenkins core maintainerand community builder at WireMock
4
+
Jenkins core maintainer, developer advocate and community builder at Gradle
5
5
6
-
**TL;DR:** I will talk about how modern Jenkins allows you to analyze
6
+
**TL;DR:** I will talk about how modern Jenkins allows you to analyze
7
7
and improve code coverage with help of the new Coverage Plugin for Jenkins,
8
-
support for standard formats (Cobertura, JaCoCo, gcov, JUnit, etc.),
8
+
support for standard formats (Cobertura, JaCoCo, gcov, JUnit, etc.),
9
9
test parallelization, and GitHub Checks API.
10
10
We will also delve into increasing the integration test coverage with help of WireMock and Testcontainers.
11
11
12
-

12
+

13
13
14
14
## Resources
15
15
16
-
- Video: Coming Soon (January 07)
17
-
- Slides: Coming Soon (January 07)
16
+
- Video: Coming Soon (January 21)
17
+
-[Slides](https://speakerdeck.com/onenashev/advanced-code-coverage-with-jenkins-github-and-api-mocking/) (Premier - January 21)
18
18
19
19
## Full Abstract
20
20
21
21
In 2015-2018, I talked about how to use the Jenkins Pipeline and custom libraries to do advanced integration tests and analyze code coverage.
22
22
Coverage plugins were rather weak, and one needed some scripts and hacks to make it work, and to DIY for distributed testing. In 2021 the situation has changed significantly thanks to the Coverage and Checks API plugins.
23
23
Distributed integration testing also became easier thanks to better coverage collectors and integrations with API mocking tools. So, good time to be alive… and use Jenkins!
24
24
25
-

25
+

26
26
27
27
We will talk about how modern Jenkins allows you to improve and analyze code coverage.
28
28
We will talk about unit and integration testing with WireMock,
@@ -32,7 +32,7 @@ parallelization for heavy integration tests and API mocking, and integration wit
32
32
How can you analyze code coverage in Jenkins and when do you need to create your own libraries?
33
33
And what’s the fuzz about Testcontainers and WireMock for integration testing?
34
34
35
-

35
+

36
36
37
37
## References
38
38
@@ -46,3 +46,4 @@ Contribute to open source projects:
0 commit comments