Skip to content

Commit

Permalink
Added CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 29, 2024
1 parent 82ffe06 commit d3c6a5f
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 @@ -40,7 +40,10 @@ jobs:
- name: Test software
run: hatch run +py=${{ matrix.py || matrix.python-version }} ci:test
- name: Report coverage
uses: codecov/codecov-action@v4
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: frictionlessdata/frictionless-py
services:
postgres:
image: postgres:12
Expand Down

0 comments on commit d3c6a5f

Please sign in to comment.