Projects STRLCPY cfonts Commits 74fc2d8b
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/testing.yml
    skipped 158 lines
    159 159   - name: Yarn test
    160 160   run: yarn test
    161 161   
    162  - 
     162 + # -------------------------------| COVERAGE |------------------------------- #
     163 + # ***********
     164 + # COVERAGE - nodejs
     165 + # ***********
    163 166   coverage-nodejs:
    164 167   needs: test-nodejs
    165 168   strategy:
    skipped 44 lines
    210 213   github-token: ${{ secrets.GITHUB_TOKEN }}
    211 214   path-to-lcov: ./nodejs/coverage/lcov.info
    212 215   parallel: true
     216 + base-path: ./nodejs
    213 217   
     218 + # ***********
     219 + # COVERAGE - rust
     220 + # ***********
    214 221   coverage-rust:
    215 222   needs: test-rust
    216 223   strategy:
    skipped 34 lines
    251 258   path-to-lcov: ./rust/lcov.info
    252 259   parallel: true
    253 260   
     261 + # ***********
     262 + # COVERAGE - finalizing
     263 + # ***********
    254 264   coverage-finish:
    255 265   needs: [coverage-nodejs, coverage-rust]
    256 266   strategy:
    skipped 11 lines
Please wait...
Page is in error, reload to recover