Skip to content

Commit

Permalink
Feat/adaptive games page
Browse files Browse the repository at this point in the history
* fix: remove unused var

* fix: change gap

* ref: use calendar.html

* ref: change func loc

* feat: add view for calendar in games

* feat: change svg location and some fix css

* feat: adaptive for games

* feat: add adaptive for ellipses

* cd: change test cov
  • Loading branch information
RezenkovD authored Aug 11, 2023
1 parent 278ef40 commit 6fe75ed
Show file tree
Hide file tree
Showing 14 changed files with 982 additions and 1,025 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
run: |
export coverage=$(grep -oP 'line-rate="\K[^"]+' coverage.xml | head -1 | awk '{print $1 * 100}')
echo "Code coverage: $coverage%"
if (( $(echo "$coverage < 50" | bc -l) )); then
echo "Code coverage is less than 60%: $coverage%"
if (( $(echo "$coverage < 40" | bc -l) )); then
echo "Code coverage is less than 40%: $coverage%"
exit 1
fi
Expand Down
726 changes: 10 additions & 716 deletions games/templates/games/games.html

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions games/templates/games/svg-objects/games-group1.html

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions games/templates/games/svg-objects/games-group2.html

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions games/templates/games/svg-objects/games-group3.html

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions games/templates/games/svg-objects/games-group4.html

Large diffs are not rendered by default.

Loading

0 comments on commit 6fe75ed

Please sign in to comment.