Skip to content

Commit

Permalink
remove reference to cov
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Jan 17, 2025
1 parent 0b82513 commit 68627c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Test
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.PACKIT_GITHUB_ACCESS_TOKEN }}
run: hatch test --cover
run: hatch test
- name: Lint
run: hatch fmt --check
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ data - for individual files it's simpler to just access the packit endpoint with
authentication.

## Testing
Run tests with `hatch test`. Generate coverage with `hatch test --cover`.
Run tests with `hatch test`.

In order to run integration tests which need to non-interactively authenticate with packit, set `GITHUB_ACCESS_TOKEN`
environment variable to a PAT with access to `https://packit.dide.ic.ac.uk/reside/`.
Expand Down

0 comments on commit 68627c9

Please sign in to comment.