mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-16 16:01:44 +00:00
add header comments
This commit is contained in:
parent
1b38d5e8b4
commit
e0683efc0b
5 changed files with 18 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
<!--
|
||||||
|
Codecov @codecov
|
||||||
|
Ibrahim Ali @ibrahim0814
|
||||||
|
-->
|
||||||
|
|
||||||
# Contribution Guide
|
# Contribution Guide
|
||||||
|
|
||||||
:tada: Thanks for taking the time to contribute! :tada:
|
:tada: Thanks for taking the time to contribute! :tada:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Codecov @codecov
|
||||||
|
# Ibrahim Ali @ibrahim0814
|
||||||
|
|
||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
<!-- <p align="center"><img src="./codecov-logo.png" /></p> -->
|
<!--
|
||||||
|
Codecov @codecov
|
||||||
|
Ibrahim Ali @ibrahim0814
|
||||||
|
-->
|
||||||
|
|
||||||
# Codecov GitHub Action
|
# Codecov GitHub Action
|
||||||
### Easily upload coverage reports to Codecov from GitHub Actions
|
### Easily upload coverage reports to Codecov from GitHub Actions
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Codecov @codecov
|
||||||
|
# Ibrahim Ali @ibrahim0814
|
||||||
|
|
||||||
name: 'Codecov'
|
name: 'Codecov'
|
||||||
description: 'GitHub Action that uploads coverage reports for your repository to codecov.io'
|
description: 'GitHub Action that uploads coverage reports for your repository to codecov.io'
|
||||||
author: 'Ibrahim Ali <@ibrahim0814> | Codecov'
|
author: 'Ibrahim Ali <@ibrahim0814> | Codecov'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Codecov @codecov
|
||||||
|
# Ibrahim Ali @ibrahim0814
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
if [ $# -eq 0 ]
|
if [ $# -eq 0 ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue