asynkron / protoactor-kotlin

Ultra-fast distributed cross-platform actor framework
http://proto.actor
Apache License 2.0
221 stars 25 forks source link

Don't publish unstable versions to Bintray on every commit #21

Closed orjan closed 6 years ago

orjan commented 7 years ago

We should publish beta versions to OJO later but the integration is broken at the moment.

orjan commented 7 years ago

@rogeralsing can you change the bintray user to a secret variable in travis, so this block doesn't kick in: https://github.com/nebula-plugins/nebula-bintray-plugin/blob/master/src/main/groovy/nebula/plugin/bintray/NebulaBintrayPublishingPlugin.groovy#L46

codecov-io commented 6 years ago

Codecov Report

Merging #21 into master will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
+ Coverage     28.61%   28.66%   +0.05%     
  Complexity      196      196              
============================================
  Files            51       51              
  Lines          1772     1772              
  Branches        299      299              
============================================
+ Hits            507      508       +1     
  Misses         1146     1146              
+ Partials        119      118       -1
Impacted Files Coverage Δ Complexity Δ
...n/kotlin/actor/proto/ExponentialBackoffStrategy.kt 92.3% <0%> (+7.69%) 4% <0%> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4d65c6a...2fa2bd4. Read the comment docs.