Skip to content

Commit

Permalink
Updated coverage (not yet enabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
frobnitzem committed Oct 9, 2024
1 parent 237c908 commit 36a58dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install poetry
poetry config virtualenvs.create false
poetry install --with all
poetry install --all-extras
- name: Lint with mypy
run: |
Expand All @@ -39,8 +39,8 @@ jobs:
run: |
pytest --cov
- name: Upload coverage to Codecov
if: matrix.python-version == 3.11 && startsWith(matrix.os, 'ubuntu')
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# - name: Upload coverage to Codecov
# if: matrix.python-version == 3.11 && startsWith(matrix.os, 'ubuntu')
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![CI](https://github.com/ORNL/certified/actions/workflows/python-package.yml/badge.svg)](https://github.com/ORNL/certified/actions)
[![Coverage](https://codecov.io/github/ORNL/certified/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ORNL/certified)
<!--[![Coverage](https://codecov.io/github/ORNL/certified/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ORNL/certified)-->


# Certified
Expand Down

0 comments on commit 36a58dd

Please sign in to comment.