This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
from d1bfd0b888 Merge pull request #1552 from apache/WICKET-7196
add a434345d9e Add JaCoCo coverage measurement and Codecov reporting
new 5de29d171a Merge pull request #1553 from apache/add-code-coverage
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/scripts/check-coverage-report.py | 97 ++++++++++++++
.github/workflows/maven.yml | 26 +++-
README.md | 23 ++++
.github/dependabot.yml => codecov.yml | 37 +++---
pom.xml | 54 ++++++--
wicket-coverage/pom.xml | 209 +++++++++++++++++++++++++++++++
6 files changed, 412 insertions(+), 34 deletions(-)
create mode 100755 .github/scripts/check-coverage-report.py
copy .github/dependabot.yml => codecov.yml (60%)
create mode 100644 wicket-coverage/pom.xml