Skip to content

Commit

Permalink
#69 Add Codecov to build
Browse files Browse the repository at this point in the history
Co-Authored-By: Sandra Parsick <sparsick@web.de>
  • Loading branch information
georgberky and sparsick committed Apr 19, 2023
1 parent 2281bda commit 77fcabc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ jobs:
verify \
site site:stage \
-Pdocs
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./target/site/jacoco/jacoco.xml
fail_ci_if_error: true
verbose: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dependency Update Maven Plugin

[![Build Status](https://cloud.drone.io/api/badges/georgberky/dependency-update-maven-plugin/status.svg)](https://cloud.drone.io/georgberky/dependency-update-maven-plugin) [![codecov](https://codecov.io/gh/georgberky/dependency-update-maven-plugin/branch/master/graph/badge.svg?token=XMHYGY0L3A)](https://codecov.io/gh/georgberky/dependency-update-maven-plugin)
[![MavenBuild](https://github.com/georgberky/dependency-update-maven-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/georgberky/dependency-update-maven-plugin/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/georgberky/dependency-update-maven-plugin/branch/master/graph/badge.svg?token=XMHYGY0L3A)](https://codecov.io/gh/georgberky/dependency-update-maven-plugin)

The `Dependency Update Maven Plugin` analyzes the dependencies of your Maven project.

Expand Down

0 comments on commit 77fcabc

Please sign in to comment.