geojs 1.10.13 → 1.10.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,12 +31,10 @@ jobs:
31
31
  - run: npm run setup-website
32
32
  - run: npm run ci-xvfb
33
33
  - run: npm run ci-build-website
34
-
35
- - name: Report coverage
36
- run: |
37
- pip3 install codecov
38
- codecov
39
-
34
+ - uses: codecov/codecov-action@v3
35
+ with:
36
+ fail_ci_if_error: true
37
+ verbose: true
40
38
  - name: On failure, create alternate baseline images in case the new behavior is correct
41
39
  if: ${{ failure() }}
42
40
  run: |