Skip to content

Commit

Permalink
changed action in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
daneschi committed Mar 25, 2024
1 parent 3b6d63a commit aaedfaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
it=100 coverage run -m unittest linfa.linfa_test_suite.rcr_example
it=100 coverage run -m unittest linfa.linfa_test_suite.adaann_example
- uses: codecov/codecov-action@v4
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
flags: unittests # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
token: ${{ secrets.CODECOV_TOKEN }}
slug: desResLab/LINFA

- name: Publish to PyPI
# if: startsWith(github.ref, 'refs/tags')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "linfa_vi"
version = "1.4.7"
version = "1.4.8"
description = "A Python library for inference with normalizing flow and annealing"
readme = "README.md"
authors = [{ name = "resDesLab ", email = "daniele.schiavazzi@gmail.com" }]
Expand Down

0 comments on commit aaedfaf

Please sign in to comment.