Skip to content

Commit

Permalink
Lower code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe committed Dec 16, 2024
1 parent a759af3 commit d93c5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amt/site/static/scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ main {
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
z-index: 1;
}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ omit = [
concurrency = ["greenlet", "thread"]

[tool.coverage.report]
fail_under = 95
fail_under = 90

[tool.coverage.html]
directory = "htmlcov"
Expand Down

0 comments on commit d93c5df

Please sign in to comment.