Skip to content

Commit

Permalink
Merge 547a6d8 into dd82507
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Mar 28, 2022
2 parents dd82507 + 547a6d8 commit b7560f4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Binary file added .coverage
Binary file not shown.
6 changes: 5 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:

env:
PYTHONPATH: /Users/Shared/folio_migration_tools
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

jobs:
build:
Expand All @@ -33,4 +35,6 @@ jobs:
git clone https://github.com/FOLIO-FSE/folio_migration_tools.git /Users/Shared/folio_migration_tools --depth=2
- name: Test with pytest
run: |
pytest
coverage run -m pytest
coverage lcov
coveralls --service=github
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
log*
.env
__pycache__/
.coveralls.yml
.coverage
coverage.lcov
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Coverage Status](https://coveralls.io/repos/github/sul-dlss/libsys-airflow/badge.svg?branch=main)](https://coveralls.io/github/sul-dlss/libsys-airflow?branch=main)

# libsys-airflow
Airflow DAGS for libsys processes and migrating ILS data into FOLIO

Expand Down Expand Up @@ -54,5 +56,8 @@ the location of where you have local clone repository of the

`PYTHONPATH='{path-to-folio_migration_tools}' pytest`

To run with code coverage:
`PYTHONPATH=../folio_migration_tools/ coverage run -m pytest`

## Symphony Mount
MARC data to be converted will be mounted on the sul-libsys-airflow server under `/sirsi_prod` which is a mount of `/s/SUL/Dataload/Folio` on the Symphony server.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apache-airflow
argparse_prompt
coverage
coveralls
flake8
folioclient
folio-uuid
Expand Down

0 comments on commit b7560f4

Please sign in to comment.