Skip to content

Commit

Permalink
Updated codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 19, 2024
1 parent f0dda61 commit 48bbc65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
- name: Test software
run: hatch run +py=${{ matrix.py || matrix.python-version }} ci:test
- name: Report coverage
uses: codecov/codecov-action@v2
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: frictionlessdata/ckanext-datapackage

# Release

Expand Down

0 comments on commit 48bbc65

Please sign in to comment.