Skip to content

Commit

Permalink
Fix codecov root_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
argonism committed Oct 7, 2023
1 parent 6d37f94 commit e426df8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
root_dir: /home/runner/work/mdfy-esa
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
root_dir: /home/runner/work/mdfy-esa

- name: Get version from tag
id: tag_name
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.1] - 2023-10-07

- Fix codecov

## [0.1.0] - 2023-10-02

- First release on PyPI.

0 comments on commit e426df8

Please sign in to comment.