Skip to content

Commit

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

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

jobs:
build:
Expand All @@ -33,4 +34,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
@@ -1,3 +1,6 @@
log*
.env
__pycache__/
.coveralls.yml
.coverage
coverage.lcov
5 changes: 5 additions & 0 deletions README.md
@@ -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
@@ -1,5 +1,7 @@
apache-airflow
argparse_prompt
coverage
coveralls
flake8
folioclient
folio-uuid
Expand Down

0 comments on commit 7dec034

Please sign in to comment.