Skip to content

Commit 34581c9

Browse files
committed
ci: Add test workflow status badge
1 parent da3a7a9 commit 34581c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Run tests and upload coverage
1+
name: Tests and Coverage
22

33
on:
44
push
55

66
jobs:
7-
coverage:
7+
test:
88
name: Report coverage
99
runs-on: ubuntu-latest
1010
steps:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# blake2b-solidity
22

3+
![tests and coverage](https://github.com/dhl/blake2b-solidity/actions/workflows/test.yml/badge.svg)
34
[![codecov](https://codecov.io/github/dhl/blake2b-solidity/graph/badge.svg?token=4WOC5GEC7H)](https://codecov.io/github/dhl/blake2b-solidity)
45

56
`blake2b-solidity` is a high-performance Solidity implementation of the [BLAKE2b](https://www.blake2.net/) hash

0 commit comments

Comments
 (0)