Skip to content

Commit 7483ba5

Browse files
authored
Merge branch 'master' into fix-condition-bug
2 parents 55def76 + e5631c9 commit 7483ba5

File tree

5 files changed

+686
-639
lines changed

5 files changed

+686
-639
lines changed

.github/workflows/e2e-couchdb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npm run cov:e2e:report
5757

5858
- name: Publish Results to Codecov.io
59-
uses: codecov/codecov-action@v4
59+
uses: codecov/codecov-action@v5
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
files: ./coverage/e2e/lcov.info

e2e/tests/functional/planning/timelistControlledClock.e2e.spec.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ const examplePlanSmall1 = JSON.parse(
5454
const TIME_TO_FROM_COLUMN = 2;
5555
const HEADER_ROW = 0;
5656
const NUM_COLUMNS = 5;
57-
const FULL_CIRCLE_PATH =
58-
'M3.061616997868383e-15,-50A50,50,0,1,1,-3.061616997868383e-15,50A50,50,0,1,1,3.061616997868383e-15,-50Z';
57+
const FULL_CIRCLE_PATH = 'M0,-50A50,50,0,1,1,0,50A50,50,0,1,1,0,-50Z';
5958

6059
/**
6160
* The regular expression used to parse the countdown string.

0 commit comments

Comments
 (0)