From 6d99da304600cac83f358897737b18933f3f1f8d Mon Sep 17 00:00:00 2001 From: Alexx Perloff Date: Wed, 17 Apr 2024 15:14:47 -0700 Subject: [PATCH] Add job for codecov reports. --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a5a02c..d8bdefd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,12 +63,12 @@ jobs: # python setup.py build # python setup.py install # python -m pip list - #- name: Install graphviz - # if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 - # uses: ts-graphviz/setup-graphviz@v2 - #- name: Upload codecov - # if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 - # uses: codecov/codecov-action@v4 + - 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 - name: Build documentation if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 run: |