Skip to content

Commit

Permalink
ci: update coveralls gradle plugin to one that is more actively suppo…
Browse files Browse the repository at this point in the history
…rted (#69)

* ci: update coveralls gradle plugin to one that is more actively supported. Closes #65

* ci: forgot to add circleci config to last commit
  • Loading branch information
jscancella authored Oct 3, 2022
1 parent f683691 commit a80afee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRADLE_OPTS: "-Xmx1024m -Dorg.gradle.jvmargs='-Xmx1024m'"
- run:
name: upload coverage to coveralls
command: ./gradlew coveralls --no-daemon
command: ./gradlew coverallsJacoco --no-daemon
environment:
GRADLE_OPTS: "-Xmx1024m -Dorg.gradle.jvmargs='-Xmx1024m'"
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {

//these have to be in the main project for now see:
//https://discuss.gradle.org/t/how-do-i-include-buildscript-block-from-external-gradle-script/7016/2
id "com.github.kt3k.coveralls" version "2.12.0"
id "com.github.nbaztec.coveralls-jacoco" version "1.2.14"
id "de.aaschmid.cpd" version "3.3"
id "org.owasp.dependencycheck" version "7.2.1"
id "org.ajoberstar.grgit" version "5.0.0"
Expand Down

0 comments on commit a80afee

Please sign in to comment.