Skip to content

Add parseBuildArgs_isValid test #10

Add parseBuildArgs_isValid test

Add parseBuildArgs_isValid test #10

Workflow file for this run

name: Coverage
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests and collect coverage
run: mvn -B test jacoco:report
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}