LLNL / SSAPy

A Python package allowing for fast and precise orbital modeling.
https://software.llnl.gov/SSAPy/
MIT License
36 stars 8 forks source link

Looks like CI isn't running the tests or code coverage #14

Open rusu24edward opened 3 months ago

rusu24edward commented 3 months ago

ci.yml has the following lines:

    - name: Upload coverage reports to Codecov
      if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12
      uses: codecov/codecov-action@v4
      with:
        token: ${{ secrets.CODECOV_TOKEN }}
        slug: LLNL/SSAPy

Actions report no coverage report

Recommend @rusu24edward for this issue

igoumiri commented 3 months ago

Right, see also https://github.com/LLNL/SSAPy/issues/5