File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 22# Copyright (C) 2021 Prediction Machine Advisers, LLC
33# This file is available under MIT license
44# based on https://github.com/predictionmachine/pm-github-actions/blob/main/.github/workflows/pm-gh-actions.yml
5- # pm-version 0.3.9
5+ # pm-version 0.3.10
66# ###########################################################################################
77
88name : PM CI workflow
@@ -277,7 +277,7 @@ jobs:
277277 - name : Test with pytest and generate cov
278278 # see also https://pytest-cov.readthedocs.io/en/latest/config.html
279279 run : |
280- python -m pytest --cov-report xml:$COVERAGE_OUTPUT_PATH --cov=. --cov-config=setup.cfg \
280+ python -m pytest --cov-report xml:$COVERAGE_OUTPUT_PATH --cov=. --cov-config=pyproject.toml \
281281 --continue-on-collection-errors --no-cov-on-fail
282282 - name : Upload code coverage to codeclimate
283283
Original file line number Diff line number Diff line change 1- # pm-version 0.1.5
2- [coverage:run]
3- # https://coverage.readthedocs.io/en/latest/config.html
4- omit = tests/*
1+ # pm-version 0.1.6
52
63[flake8]
74# see https://flake8.pycqa.org/en/latest/user/options.html#options-list
You can’t perform that action at this time.
0 commit comments