Skip to content

Commit

Permalink
Merge pull request #69 from studentbrad/studentbrad/codecov
Browse files Browse the repository at this point in the history
Studentbrad/codecov
  • Loading branch information
Bradley Aaron Kohler authored Apr 16, 2020
2 parents 60c2841 + b50a1d4 commit 2691a42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ language: python
python:
- '3.6.9'
install:
- 'pip install flake8 pipenv'
- 'pip install flake8 pipenv pytest-cov'
- 'pipenv sync'
- 'python -m nltk.downloader stopwords'
before_script: 'flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics'
script:
- 'python -m jobfunnel -s demo/settings.yaml -o demo/'
- 'pytest'
- 'pytest --cov --cov-report=xml jobfunnel'
after_success:
- 'bash <(curl -s https://codecov.io/bash)'
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<img src="images/jobfunnel_banner.png" alt="JobFunnel Banner" /> <br /> <br />
<img src="https://travis-ci.com/PaulMcInnis/JobFunnel.svg?branch=master" alt="Build Status" >
[![Build Status](https://travis-ci.com/PaulMcInnis/JobFunnel.svg?branch=master)](https://travis-ci.com/PaulMcInnis/JobFunnel)
[![Code Coverage](https://codecov.io/gh/PaulMcInnis/JobFunnel/branch/master/graph/badge.svg)](https://codecov.io/gh/PaulMcInnis/JobFunnel)

Automated tool for scraping job postings into a `.csv` file.

Expand Down

0 comments on commit 2691a42

Please sign in to comment.