Skip to content

Commit 1822f33

Browse files
committed
[fix] remove monkey_patches.py from codecov analysis
1 parent c056d09 commit 1822f33

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ ignore:
33
- "examples/ca_handler/certsrv.py"
44
- "examples/eab_handler/skeleton_eab_handler.py"
55
- "docs/__init__.py"
6+
- "acme_srv/monkey_patches.py"
67
- "setup.py"
78
- "test" # wildcards accepted

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ This is a high-level summary of the most important changes. For a full list of
55
changes, see the [git commit log](https://github.com/grindsa/acme2certifier/commits)
66
and pick the appropriate release branch.
77

8+
## Changes in 0.19
9+
10+
**Bugfixes**:
11+
12+
- [Authorization polling does not trigger challenge validation anymore](https://github.com/grindsa/acme2certifier/issues/76)
13+
- Overcome database locking situations in django environments using sqlite3 backends
14+
15+
**Features and Improvements**:
16+
17+
- [RFC compliant Wildcard handling](https://github.com/grindsa/acme2certifier/issues/76)
18+
819
## Changes in 0.18.2
920

1021
**Bugfixes**:

0 commit comments

Comments
 (0)