Aurélien Baudet

Results 54 issues of Aurélien Baudet

I run pitmp on my whole project to generate reports for each module. Then I run pitest-maven report-aggregate on a reporting module (dedicated module that has dependencies to all other...

I run mutation testing in CI environment (I am using CircleCI). The history is stored in CircleCI cache between runs to speedup the analysis. Everything works fine when there is...

When using several modules, the current mutation coverage was not enough accurate. If the same mutation survived in one submodule but was killed by a test in another module (typically...

### Expected behavior The mapper that should work: ```kotlin @Mapper( uses = [ CoverMapper::class ] ) abstract class ArticleItemMapper { @Mapping(source = "article.guid", target = "guid") @Mapping(source = "article.title", target...

bug
kotlin

#### Characteristics - **Issue Type**: bug - **Reproducibility**: always - **Severity**: major - Pitmp updated for pitest 1.13.2 (see https://github.com/STAMP-project/pitmp-maven-plugin/pull/58) - pitest 1.13.2 #### Description I made a pull request...

Improve detection for HTML (case insensitive) as described in #27 and #8. Be able to provide custom magic.xml file external to the bundled JAR (#7). I didn't want to rewrite...

* [ ] Explain aim of service providers * [ ] List predefined service providers

help wanted
Documentation
Hacktoberfest

Read the HTML template and automatically generate the fallback version as text if no text template is provided. Let the control to the user to do it either using global...

help wanted
feature
Nice to have
P3
Templating
Email
Hacktoberfest

JavaMail implementation lets the possibility to the developer to add an interceptor just before sending the email. This is useful when developer wants to do something more on the raw...

help wanted
Nice to have
P3
Email
SMS
Builder
API
Hacktoberfest