⚠️ Notice: Please use the recently released offical codecov/codecov-action
A GitHub action that sends your code coverage to codecov.io
This action requires that you set the secret CODECOV_TOKEN
. You can find it under settings in your codecov.io project.
action "send coverage to codecov" {
uses = "Atrox/codecov-action@v0.1.2"
secrets = ["CODECOV_TOKEN"]
}