Added CodeCov setup

This commit is contained in:
Amith Koujalgi 2023-12-30 13:41:33 +05:30
parent 770d511067
commit 6a7feb98bd
2 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,10 @@ jobs:
${{ runner.os }}-maven-
- name: Build
run: mvn -B -ntp clean install
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Publish to GitHub Packages Apache Maven
# if: >
# github.event_name != 'pull_request' &&

View File

@ -154,7 +154,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.11</version>
<version>1.4.12</version>
<scope>test</scope>
</dependency>
<dependency>