You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the coveralls page reports the branch name as the current git commit, instead of the actual branch name. This makes it impossible to merge reports from multiple CI pipelines (e.g. our second pipeline is node/javascript using coveralls.js, which uses the correct branch name).
Environment
SBT version: 1.2.7
Plugin version: 3.1.0
Scala version(s): 2.12.1
Java version: 8
The text was updated successfully, but these errors were encountered:
Expected vs Actual Behaviour
It should correctly report the branch name to Coveralls.
Instead it uses the hash of the current git commit.
Steps to Reproduce
With the following settings in
build.sbt
:the coveralls page reports the branch name as the current git commit, instead of the actual branch name. This makes it impossible to merge reports from multiple CI pipelines (e.g. our second pipeline is node/javascript using coveralls.js, which uses the correct branch name).
Environment
The text was updated successfully, but these errors were encountered: