Skip to content

Commit

Permalink
Update upload to codecov and add changes to CHANGELOG file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Dec 11, 2024
1 parent 2b307ca commit dddad68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
ckan -c test.ini db init
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.validationapi --cov-report=xml --cov-append --disable-warnings ckanext/validationapi/tests
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
token: ${{secrets.CODECOV_TOKEN}}
- name: Upload coverage reports to Codecov
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## Development
## [0.2.3]

_(2024-12-11)_

- Add publiccode.yml
- Update company information
- Fix Github Workflow (CI/CD)

## [0.2.2](https://github.com/berlinonline/ckanext-validationapi/releases/tag/0.2.2)

Expand Down

0 comments on commit dddad68

Please sign in to comment.