Merge branch 'main' into bug/withCreds

This commit is contained in:
Liam Newman
2021-05-27 03:05:12 -07:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ jobs:
run: mvn -B install -D enable-ci --file pom.xml
- name: Codecov Report
if: matrix.os != 'windows' && matrix.java == '8'
uses: codecov/codecov-action@v1.4.1
uses: codecov/codecov-action@v1.5.0
# JDK 11+
- name: Maven Install without Code Coverage
if: matrix.os == 'windows' && matrix.java != '8'

View File

@@ -1,7 +1,10 @@
name: Release Drafter
on: push
on:
push:
branches:
- main
jobs:
update_release_draft:

View File

@@ -102,7 +102,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version>
<version>0.8.7</version>
<executions>
<execution>
<goals>