Skip to content

Commit

Permalink
Merge branch 'main' into feature/PTFE-1927-dev-major-support
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Aug 9, 2024
2 parents 7a0e5d8 + f0facdb commit eb7ea9b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
codecov:
notify:
require_ci_to_pass: true
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: auto
threshold: 80%
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Authlib==0.8
flask-session==0.8.0
loginpass==0.1.1
coverage==7.3.1
coverage==7.6.1
Flask==2.2.3
Flask-Markdown==0.3
Flask-WTF==1.0.1
ItsDangerous==2.1.2
ItsDangerous==2.2.0
Jinja2==3.1.4
jira==2.0.0
Markdown==2.6.11
Expand All @@ -14,7 +14,7 @@ MarkupSafe==2.1.5
py-gfm==0.1.4
pytest==7.4.2
PyYAML==6.0.1
requests==2.32.0
requests==2.32.3
requests-mock==1.12.1
werkzeug==2.2.3
WTForms==3.0.1
Expand Down

0 comments on commit eb7ea9b

Please sign in to comment.