mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-19 20:22:34 +08:00
Compare commits
5 Commits
add-fail-i
...
v1.0.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
797e92895e | ||
|
|
a6337803aa | ||
|
|
2613f978c9 | ||
|
|
4c6a7296af | ||
|
|
4fec3dfa96 |
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
@@ -1,19 +0,0 @@
|
|||||||
on: create
|
|
||||||
|
|
||||||
name: Release
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Release Codecov GitHub Action
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@master
|
|
||||||
with:
|
|
||||||
fetch-depth: 3
|
|
||||||
- name: Release Action
|
|
||||||
uses: technote-space/release-github-actions@v1
|
|
||||||
with:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
CREATE_MINOR_VERSION_TAG: false
|
|
||||||
COMMIT_NAME: Release GitHub Action
|
|
||||||
BRANCH_NAME: master
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Codecov GitHub Action
|
# Codecov GitHub Action
|
||||||
|
|
||||||
[](https://github.com/marketplace/actions/codecov)
|
[](https://github.com/marketplace/actions/codecov)
|
||||||
### Easily upload coverage reports to Codecov from GitHub Actions
|
### Easily upload coverage reports to Codecov from GitHub Actions
|
||||||
|
|
||||||
>The latest release of this Action adds support for macOS and Windows builds!
|
>The latest release of this Action adds support for macOS and Windows builds!
|
||||||
|
|||||||
Reference in New Issue
Block a user