This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new b93eb77 Ignore Sodium.java as its contents are largely generated and
some of it is not used
new 514426a Merge pull request #125 from atoulme/ignore_sodium_bindings
b93eb77 is described below
commit b93eb77dbc79d0443bd7a90cfab6a30c79f4c25e
Author: Antoine Toulme <[email protected]>
AuthorDate: Sun Jul 12 21:21:46 2020 -0700
Ignore Sodium.java as its contents are largely generated and some of it is
not used
---
codecov.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000..40902b3
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,18 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+ignore:
+ - "crypto/src/main/java/org/apache/tuweni/crypto/sodium/Sodium.java"
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]