Skip to content

Commit

Permalink
Drop codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Oct 9, 2024
1 parent 6bbe4ad commit 994d1c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 45 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
run: |
pytest -r sx tests/
- name: Report core project coverage with Codecov
if: >-
github.event_name != 'schedule' &&
matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./coverage.xml
flags: unittests-${{ matrix.python-version }}
name: pylhe
token: ${{ secrets.CODECOV_TOKEN }}
# - name: Report core project coverage with Codecov
# if: >-
# github.event_name != 'schedule' &&
# matrix.os == 'ubuntu-latest'
# uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: true
# files: ./coverage.xml
# flags: unittests-${{ matrix.python-version }}
# name: pylhe
# token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- makes it easy to manipulate the bin contents.
- tries to adhere to the UHI standard.
- is easy to plot in a Jupyter notebook.
- keeps representation close to the yoda file format.

and the disadvantages to `yoda` are that it

Expand Down
34 changes: 0 additions & 34 deletions src/babyyoda/cli/print.py

This file was deleted.

0 comments on commit 994d1c0

Please sign in to comment.