Projects STRLCPY cfonts Commits d91c9426
🤬
  • ■ ■ ■ ■ ■
    .github/workflows/testing.yml
    skipped 7 lines
    8 8   push:
    9 9   branches:
    10 10   - 'released'
    11  - tags:
    12  - - '!v*'
    13 11   pull_request:
    14 12   branches:
    15 13   - 'released'
    skipped 206 lines
    222 220   path-to-lcov: ./nodejs/coverage/lcov.info
    223 221   parallel: true
    224 222   base-path: ./nodejs
     223 + env:
     224 + NODE_COVERALLS_DEBUG: 1
    225 225   
    226 226   # ***********
    227 227   # COVERAGE - rust
    skipped 45 lines
    273 273   github-token: ${{ secrets.GITHUB_TOKEN }}
    274 274   path-to-lcov: ./rust/lcov.info
    275 275   parallel: true
     276 + env:
     277 + NODE_COVERALLS_DEBUG: 1
    276 278   
    277 279   # ***********
    278 280   # COVERAGE - finalizing
    skipped 11 lines
    290 292   with:
    291 293   github-token: ${{ secrets.github_token }}
    292 294   parallel-finished: true
     295 + env:
     296 + NODE_COVERALLS_DEBUG: 1
    293 297   
Please wait...
Page is in error, reload to recover