Improper branch names when containing special characters

On the new Insight per project pane, my branches do not appear with their proper names:

Branch names: 3.8, 4.0
Actually displayed: 3%2E8, 4%2E0

Hi bburnichon,

I faced the same problem with the branch which contains /.
And This may be because of the redundant URIencoding.
You can solve temporarily this by generating URL by yourself.

  1. encode your target branch name 3.8, 4.0 > 3.8,%204.0
  2. access https://circleci.com/build-insights/gh/<<your account>>/<<your repo>>/3.8,%204.0

Anyway, I found this bug trivial and I hope that this will be solve by CircleCI

Thanks