Skip to content

DD-1586 Added truncate-notifications with commandline input parsing #81

DD-1586 Added truncate-notifications with commandline input parsing

DD-1586 Added truncate-notifications with commandline input parsing #81

Workflow file for this run

name: Codecov
on: [push, pull_request]
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'adopt'
cache: 'maven'
- name: Install dependencies
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- name: Run tests and collect coverage
run: mvn -B test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4