Skip to content

Commit

Permalink
coveralls tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Bister committed Nov 26, 2020
1 parent ff60235 commit 412ab32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preflight_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,6 +34,7 @@ jobs:
run: |
pytest --ignore=libnmap/test/test_backend_plugin_factory.py
- name: Upload Coverage
if: matrix.python-version != '2.7'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}
Expand Down

0 comments on commit 412ab32

Please sign in to comment.