I wanted to add code coverage in my build - this is my yaml
I always get the error:
step type “codecov/upload” is not a valid type
I wanted to add code coverage in my build - this is my yaml
I always get the error:
step type “codecov/upload” is not a valid type
Try using version 2.1 of config.
That solved the problem, thanks