Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Sep 15, 2023
1 parent 7420e9c commit 8cd12e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
pip install ".[test]"
- name: Test with pytest
run: |
export AWS_DEFAULT_REGION=us-east-1; python -m pytest
export AWS_DEFAULT_REGION=us-east-1; coverage run
- name: Code coverage-reporter
uses: tj-actions/coverage-reporter@v5.1
with:
coverage-command: 'coverage report'

lint:
runs-on: ubuntu-22.04
steps:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/coverage.yaml

This file was deleted.

0 comments on commit 8cd12e7

Please sign in to comment.