mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +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
|
||||
|
||||
:tada: Thanks for taking the time to contribute! :tada:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Codecov @codecov
|
||||
# Ibrahim Ali @ibrahim0814
|
||||
|
||||
FROM alpine:3.10
|
||||
|
||||
WORKDIR /app
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Codecov @codecov
|
||||
# Ibrahim Ali @ibrahim0814
|
||||
|
||||
set -eu
|
||||
|
||||
if [ $# -eq 0 ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue