Projects STRLCPY cfonts Commits dfed79f5
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/testing.yml
    skipped 211 lines
    212 212   path-to-lcov: ./nodejs/coverage/lcov.info
    213 213   parallel: true
    214 214   base-path: ./nodejs
     215 + env:
     216 + NODE_COVERALLS_DEBUG=1
    215 217   
    216 218   # ***********
    217 219   # COVERAGE - rust
    skipped 37 lines
    255 257   github-token: ${{ secrets.GITHUB_TOKEN }}
    256 258   path-to-lcov: ./rust/lcov.info
    257 259   parallel: true
     260 + env:
     261 + NODE_COVERALLS_DEBUG=1
    258 262   
    259 263   # ***********
    260 264   # COVERAGE - finalizing
    skipped 11 lines
    272 276   with:
    273 277   github-token: ${{ secrets.github_token }}
    274 278   parallel-finished: true
     279 + env:
     280 + NODE_COVERALLS_DEBUG=1
    275 281   
Please wait...
Page is in error, reload to recover