diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2939ce..ae590b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,8 @@ + + # Contribution Guide :tada: Thanks for taking the time to contribute! :tada: diff --git a/Dockerfile b/Dockerfile index fce493f..59e1fa1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,6 @@ +# Codecov @codecov +# Ibrahim Ali @ibrahim0814 + FROM alpine:3.10 WORKDIR /app diff --git a/README.md b/README.md index 57d5304..28cce19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ - + # Codecov GitHub Action ### Easily upload coverage reports to Codecov from GitHub Actions diff --git a/action.yml b/action.yml index 761f094..45f4354 100644 --- a/action.yml +++ b/action.yml @@ -1,3 +1,6 @@ +# Codecov @codecov +# Ibrahim Ali @ibrahim0814 + name: 'Codecov' description: 'GitHub Action that uploads coverage reports for your repository to codecov.io' author: 'Ibrahim Ali <@ibrahim0814> | Codecov' diff --git a/entrypoint.sh b/entrypoint.sh index 0ec2a63..b756f31 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Codecov @codecov +# Ibrahim Ali @ibrahim0814 + set -eu if [ $# -eq 0 ]