Skip to content

Commit

Permalink
wip: Temporary version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Mar 16, 2019
1 parent dedb0d2 commit b08a28f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
./jfrog bt upload --user codacy-ci --key $BINTRAY_API_KEY --publish $HOME/workdir codacy/Binaries/codacy-coverage-reporter/$(cat .version) codacy-coverage-reporter-linux
go get github.com/tcnksm/ghr
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ~/workdir/codacy-coverage-reporter-linux-$(cat .version)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete $(cat .version) ~/workdir/codacy-coverage-reporter-linux-$(cat .version)
- *clean_sbt_cache
- *save_sbt_cache

Expand Down Expand Up @@ -180,7 +180,7 @@ workflows:
requires:
- compile_and_test
- checkfmt
- publish_native:
- publish_binary:
filters:
branches:
only:
Expand All @@ -198,4 +198,5 @@ workflows:
- native-binary
context: CodacyAWS
requires:
- publish
- publish_binary
- publish_lib
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {

val coverageParser = "com.codacy" %% "coverage-parser" % "fixes-SNAPSHOT"
val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.14-fixes.acfbcda"

val caseApp = "com.github.alexarchambault" %% "case-app" % "1.2.0"

Expand Down

0 comments on commit b08a28f

Please sign in to comment.