Skip to content

Commit

Permalink
Add job for codecov reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
aperloff committed Apr 17, 2024
1 parent c14f6a2 commit 6d99da3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6d99da3

Please sign in to comment.