aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2019-04-22 20:26:57 +0200
committerJ08nY2019-04-22 20:31:24 +0200
commit06b421731616099cc42d19e345aa71e5d6708167 (patch)
treecf9e7d8b959f68ddc0629e18aeadffefad26d302
parentc7f7856611147ff9626188657b9fb20e91f0da45 (diff)
downloadpyecsca-06b421731616099cc42d19e345aa71e5d6708167.tar.gz
pyecsca-06b421731616099cc42d19e345aa71e5d6708167.tar.zst
pyecsca-06b421731616099cc42d19e345aa71e5d6708167.zip
-rw-r--r--Pipfile1
-rw-r--r--README.md2
-rw-r--r--codecov.yml8
3 files changed, 10 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index e3f4daf..43d0a43 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,6 +18,7 @@ matplotlib = "*"
cython = "*"
fastdtw = "*"
parameterized = "*"
+asn1crypto = "*"
[requires]
python_version = "3.7"
diff --git a/README.md b/README.md
index 147fa00..fe7a08d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ![](docs/_static/logo_black_small.png) pyecsca [pɪɛtska]
-[![Build Status](https://travis-ci.org/J08nY/pyecsca.svg?branch=master)](https://travis-ci.org/J08nY/pyecsca) [![docs](https://img.shields.io/badge/docs-neuromancer.sk-brightgreen.svg)](https://neuromancer.sk/pyecsca/) ![License: MIT](https://img.shields.io/github/license/J08nY/pyecsca.svg) [![Codecov](https://img.shields.io/codecov/c/github/J08nY/pyecsca.svg)](https://codecov.io/gh/J08nY/pyecsca)
+[![Build Status](https://travis-ci.org/J08nY/pyecsca.svg?branch=master)](https://travis-ci.org/J08nY/pyecsca) [![docs](https://img.shields.io/badge/docs-neuromancer.sk-brightgreen.svg)](https://neuromancer.sk/pyecsca/) ![License: MIT](https://img.shields.io/github/license/J08nY/pyecsca.svg) [![codecov](https://codecov.io/gh/J08nY/pyecsca/branch/master/graph/badge.svg)](https://codecov.io/gh/J08nY/pyecsca)
**Py**thon **E**lliptic **C**urve cryptography **S**ide-**C**hannel **A**nalysis toolkit.
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000..5bf2bbe
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,8 @@
+coverage:
+ range: 50..100
+ round: up
+ precision: 2
+
+ignore:
+ - "test/**/*.py"
+ - "setup.py" \ No newline at end of file