We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3a7a9 commit 34581c9Copy full SHA for 34581c9
.github/workflows/test.yml
@@ -1,10 +1,10 @@
1
-name: Run tests and upload coverage
+name: Tests and Coverage
2
3
on:
4
push
5
6
jobs:
7
- coverage:
+ test:
8
name: Report coverage
9
runs-on: ubuntu-latest
10
steps:
README.md
@@ -1,5 +1,6 @@
# blake2b-solidity
+
[](https://codecov.io/github/dhl/blake2b-solidity)
`blake2b-solidity` is a high-performance Solidity implementation of the [BLAKE2b](https://www.blake2.net/) hash
0 commit comments