Skip to content

Commit

Permalink
Merge pull request #211 from dstansby/coverage
Browse files Browse the repository at this point in the history
Fix code coverage
  • Loading branch information
dstansby committed Jun 5, 2023
2 parents d522d3c + d094de0 commit 3b9f958
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
20 changes: 0 additions & 20 deletions .coveragerc

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install package and test requirements
run: |
pip install .[tests]
pip install -e .[tests]
pip check
- name: Run tests
run: pytest --cov=cdflib

- name: Upload code coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: true

0 comments on commit 3b9f958

Please sign in to comment.