Jim Brännlund

Results 443 comments of Jim Brännlund

Really sucks that it has been almost a year without a response. :( I have the same problem.

I'm faced with this need as well. Would you mind elaborating on the `FlagSets` solution? @jharshman

I have this error as well. ```yml uses: codecov/codecov-action@v2 with: fail_ci_if_error: true file: ./coverage.xml flags: tests name: ${{ matrix.py }} - ${{ matrix.os }} verbose: true ```

Tried providing a function: ```js commitGroupsSort: (a, b) => { const tags = ['Breaking', 'New', 'Fix', 'Update', 'Upgrade', 'Chore', 'Docs', 'Build'] rankA = tags.indexOf(a) rankB = tags.indexOf(b) return rankA -...

> Very old issue, but anyone that's looking into this > > the commitGroup is an object with title and array of object commits: > > ```js > commitGroup =...

> If you have a `credentials` file alongside your config file, try removing it. > > Worked for me on v6.2.0 Interesting, I will try. Thanks!

> > This seems to have started working unannounced, at least when using docker 20.10.11 to build > > is this confirmed? I'm wondering the same thing. Could you share...

~Server tests are failing, likely due to the `configuration.ini` file missing or being in a different/wrong location.~ ~Before I spend time debugging, maybe someone else can chime in with the...