Skip to content

Commit

Permalink
ci: codecov main (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Apr 5, 2024
1 parent 2f92939 commit 2423a87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Codecov

on: [pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, reopened, synchronize]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</p>

<p align="center">
<a href="https://codecov.io/gh/liftedinit/manifest-ledger">
<img src="https://codecov.io/gh/liftedinit/manifest-ledger/branch/reece/codecov/graph/badge.svg" alt="codecov"/>
</a>
<a href="https://codecov.io/gh/liftedinit/manifest-ledger" >
<img src="https://codecov.io/gh/liftedinit/manifest-ledger/graph/badge.svg?token=s7zzdGQ7Gh"/>
</a>
<a href="https://goreportcard.com/report/github.com/liftedinit/manifest-ledger">
<img src="https://goreportcard.com/badge/github.com/liftedinit/manifest-ledger" alt="Go Report Card"/>
</a>
Expand Down

0 comments on commit 2423a87

Please sign in to comment.