Skip to content

Commit 2b11b2e

Browse files
authored
Merge pull request #2 from fxamacker/fxamacker/update-ci-coverage
Make CI require 100% code coverage
2 parents 2485ae5 + 9ea8ef3 commit 2b11b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-go-cover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# 1. Change workflow name from "cover 100%" to "cover ≥92.5%". Script will automatically use 92.5%.
1515
# 2. Update README.md to use the new path to badge.svg because the path includes the workflow name.
1616

17-
name: cover ≥98%
17+
name: cover 100%
1818
on: [push]
1919
jobs:
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CircleHash
22

33
[![](https://github.com/fxamacker/circlehash/workflows/CI/badge.svg)](https://github.com/fxamacker/circlehash/actions?query=workflow%3ACI)
4-
[![](https://github.com/fxamacker/circlehash/workflows/cover%20%E2%89%A598%25/badge.svg)](https://github.com/fxamacker/circlehash/actions?query=workflow%3A%22cover+%E2%89%A598%25%22)
4+
[![](https://github.com/fxamacker/circlehash/workflows/cover%20100%25/badge.svg)](https://github.com/fxamacker/circlehash/actions?query=workflow%3A%22cover+%E2%89%A598%25%22)
55
[![](https://github.com/fxamacker/circlehash/workflows/linters/badge.svg)](https://github.com/fxamacker/circlehash/actions?query=workflow%3Alinters)
66

77
CircleHash is a family of non-cryptographic hash functions that pass every test in SMHasher (both rurban/smhasher and demerphq/smhasher). Tests passed include [Strict Avalanche Criterion](https://en.wikipedia.org/wiki/Avalanche_effect#Strict_avalanche_criterion), Bit Independence Criterion, and many others.

0 commit comments

Comments
 (0)