Skip to content

Commit

Permalink
feat: setup codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
maxday committed Jul 31, 2024
1 parent ff5d9e0 commit 92bb4c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/runtime-interface-client_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ jobs:
with:
name: aws-lambda-java-runtime-interface-client
path: ./aws-lambda-java-runtime-interface-client/target/aws-lambda-java-runtime-interface-client-*.jar

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
4 changes: 2 additions & 2 deletions aws-lambda-java-runtime-interface-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jacoco.maven.plugin.version>0.8.8</jacoco.maven.plugin.version>
<jacoco.maven.plugin.version>0.8.12</jacoco.maven.plugin.version>
<maven-install-plugin.version>2.4</maven-install-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
Expand Down Expand Up @@ -112,7 +112,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version>
<configuration>
<argLine>${argLineForReflectionTestOnly}</argLine>
<argLine>${argLineForReflectionTestOnly} ${argLine}</argLine>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 92bb4c9

Please sign in to comment.