From e0683efc0b438727773f50d82697dad6cce15808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 20:21:41 -0700 Subject: [PATCH] add header comments --- CONTRIBUTING.md | 5 +++++ Dockerfile | 3 +++ README.md | 5 ++++- action.yml | 3 +++ entrypoint.sh | 3 +++ 5 files changed, 18 insertions(+), 1 deletion(-) 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 ]