Skip to content

Commit

Permalink
Merge pull request #119 from sdstoehr/add-codecov
Browse files Browse the repository at this point in the history
Add codecov.com
  • Loading branch information
sdstoehr authored Nov 17, 2023
2 parents c9c20f8 + f579840 commit 009ddb2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
name: Build & Test
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 21
distribution: temurin
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Maven
run: mvn clean package -B
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

0 comments on commit 009ddb2

Please sign in to comment.