Skip to content

Commit

Permalink
rename folder "tests" to "oneliner_tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
yunline committed Dec 11, 2023
1 parent cdaf3fd commit e05f397
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_badage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Get coverage"
id: total
run: |
python3 -m coverage run --source=oneliner -m tests
python3 -m coverage run --source=oneliner -m oneliner_tests
echo "total=$(python3 -m coverage report --format=total)" >> $GITHUB_ENV
- name: Create Coverage Badge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: "Install and run test"
run: |
python3 -m pip install .
python3 -m tests
python3 -m oneliner_tests
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e05f397

Please sign in to comment.