Skip to content

Commit

Permalink
[codecov] add configuration for codecov.io (#41)
Browse files Browse the repository at this point in the history
Adding configuration and badge to have code coverage uploaded to
`codecov.io`.
  • Loading branch information
cacoco authored Feb 11, 2024
1 parent 6ebfbbc commit 2b6ab57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
if: always()
run: cat TestResults.json
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v3
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: cacoco/codemetagenerator
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# codemetagenerator

[![GitHub](https://img.shields.io/github/license/cacoco/codemetagenerator)](https://github.com/cacoco/codemetagenerator/blob/main/LICENSE) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![go ci build](https://github.com/cacoco/codemetagenerator/actions/workflows/ci.yaml/badge.svg)](https://github.com/cacoco/codemetagenerator/actions/workflows/ci.yaml) [![GitHub Release](https://img.shields.io/github/release/cacoco/codemetagenerator?style=flat)](https://github.com/cacoco/codemetagenerator/releases/latest)
[![GitHub](https://img.shields.io/github/license/cacoco/codemetagenerator)](https://github.com/cacoco/codemetagenerator/blob/main/LICENSE) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![go ci build](https://github.com/cacoco/codemetagenerator/actions/workflows/ci.yaml/badge.svg)](https://github.com/cacoco/codemetagenerator/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/cacoco/codemetagenerator/graph/badge.svg?token=WML9EOGE4N)](https://codecov.io/gh/cacoco/codemetagenerator) [![GitHub Release](https://img.shields.io/github/release/cacoco/codemetagenerator?style=flat)](https://github.com/cacoco/codemetagenerator/releases/latest)

This project is a [CodeMeta](https://codemeta.github.io/) project description generator written in [Go](https://go.dev/).

Expand Down

0 comments on commit 2b6ab57

Please sign in to comment.