add header comments

This commit is contained in:
“ibrahim0814”
2019-08-07 20:21:41 -07:00
parent 1b38d5e8b4
commit e0683efc0b
5 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
<!--
Codecov @codecov
Ibrahim Ali @ibrahim0814
-->
# Contribution Guide
:tada: Thanks for taking the time to contribute! :tada:

View File

@@ -1,3 +1,6 @@
# Codecov @codecov
# Ibrahim Ali @ibrahim0814
FROM alpine:3.10
WORKDIR /app

View File

@@ -1,4 +1,7 @@
<!-- <p align="center"><img src="./codecov-logo.png" /></p> -->
<!--
Codecov @codecov
Ibrahim Ali @ibrahim0814
-->
# Codecov GitHub Action
### Easily upload coverage reports to Codecov from GitHub Actions

View File

@@ -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'

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# Codecov @codecov
# Ibrahim Ali @ibrahim0814
set -eu
if [ $# -eq 0 ]