diff options
| author | J08nY | 2019-04-22 20:26:57 +0200 |
|---|---|---|
| committer | J08nY | 2019-04-22 20:31:24 +0200 |
| commit | 06b421731616099cc42d19e345aa71e5d6708167 (patch) | |
| tree | cf9e7d8b959f68ddc0629e18aeadffefad26d302 | |
| parent | c7f7856611147ff9626188657b9fb20e91f0da45 (diff) | |
| download | pyecsca-06b421731616099cc42d19e345aa71e5d6708167.tar.gz pyecsca-06b421731616099cc42d19e345aa71e5d6708167.tar.zst pyecsca-06b421731616099cc42d19e345aa71e5d6708167.zip | |
| -rw-r--r-- | Pipfile | 1 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | codecov.yml | 8 |
3 files changed, 10 insertions, 1 deletions
@@ -18,6 +18,7 @@ matplotlib = "*" cython = "*" fastdtw = "*" parameterized = "*" +asn1crypto = "*" [requires] python_version = "3.7" @@ -1,6 +1,6 @@ #  pyecsca [pɪɛtska] -[](https://travis-ci.org/J08nY/pyecsca) [](https://neuromancer.sk/pyecsca/)  [](https://codecov.io/gh/J08nY/pyecsca) +[](https://travis-ci.org/J08nY/pyecsca) [](https://neuromancer.sk/pyecsca/)  [](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 |
