<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sunfish.git/buildSrc/src/main/kotlin/jacoco-aggregation.gradle.kts, branch master</title>
<subtitle>The OpenDC BSc thesis repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/'/>
<entry>
<title>build: Include Quarkus tests in aggregated JaCoCo test report</title>
<updated>2022-04-22T07:44:25+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2022-04-21T15:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=6d7f683a2c1b1823c8cf99e304a1f569eaaff76a'/>
<id>6d7f683a2c1b1823c8cf99e304a1f569eaaff76a</id>
<content type='text'>
This change fixes an issue where the results of the Quarkus tests where
not included in the aggregated JaCoCo test report, due to it not using
the official Gradle JaCoCo plugin.

This change defines a new configuration that exposes the execution data
generated by Quarkus to the aggregation plugin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change fixes an issue where the results of the Quarkus tests where
not included in the aggregated JaCoCo test report, due to it not using
the official Gradle JaCoCo plugin.

This change defines a new configuration that exposes the execution data
generated by Quarkus to the aggregation plugin.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Fix JaCoCo report aggregation</title>
<updated>2022-04-04T14:37:29+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2022-04-04T14:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=527ae2230f5c2dd22f496f45d5d8e3bd4acdb854'/>
<id>527ae2230f5c2dd22f496f45d5d8e3bd4acdb854</id>
<content type='text'>
This change updates the build script to fix the aggregation step for the
JaCoCo coverage reports that are submitted to Codecov. Previously, not
all modules were properly included in the report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the build script to fix the aggregation step for the
JaCoCo coverage reports that are submitted to Codecov. Previously, not
all modules were properly included in the report.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Update dependencies</title>
<updated>2021-06-17T12:33:56+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-06-17T12:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=5649bdc3fe77b40a112d8478460aab30ee08de58'/>
<id>5649bdc3fe77b40a112d8478460aab30ee08de58</id>
<content type='text'>
This change updates the project dependencies to follow the latest
available version where possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the project dependencies to follow the latest
available version where possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Upgrade to Gradle 7.1</title>
<updated>2021-06-15T10:57:33+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-06-15T10:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=341e1074b0f47e108e6e3f8cf5b3c20773ab0015'/>
<id>341e1074b0f47e108e6e3f8cf5b3c20773ab0015</id>
<content type='text'>
This change upgrades the Gradle build system to version 7.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change upgrades the Gradle build system to version 7.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Update Jacoco to version 0.8.7</title>
<updated>2021-05-18T13:21:32+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-05-06T14:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=0f7e0bdbec732b23141f6bbe11b3b2299ca22813'/>
<id>0f7e0bdbec732b23141f6bbe11b3b2299ca22813</id>
<content type='text'>
This change updates the Gradle build configuration to use Jacoco 0.8.7,
which is necessary for Kotlin 1.5.0 to work nicely with Jacoco.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the Gradle build configuration to use Jacoco 0.8.7,
which is necessary for Kotlin 1.5.0 to work nicely with Jacoco.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Migrate to flat project structure</title>
<updated>2021-04-25T14:01:14+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-04-25T14:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf'/>
<id>cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf</id>
<content type='text'>
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.

With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.

With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
</pre>
</div>
</content>
</entry>
</feed>
