Skip to content

Commit

Permalink
Update CodeCov (#33)
Browse files Browse the repository at this point in the history
* Update CodeCov

* Update CodeCov

* update
  • Loading branch information
goodwanghan authored Aug 14, 2024
1 parent 5c87e3a commit a4f3cde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: make devenv
- name: Build and publish
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: make test
- name: "Upload coverage to Codecov"
if: matrix.python-version == '3.10'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name="adagio",
version=__version__,
packages=find_packages(exclude=('tests', )),
packages=find_packages(exclude=("tests",)),
description="The Dag IO Framework for Fugue projects",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a4f3cde

Please sign in to comment.