File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
29
29
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
30
30
poetry install --all-extras
31
- poetry run pytest tests/unit/ tests/refactor/
31
+ poetry run pytest tests/unit/ tests/refactor/ -m 'not scenario'
Original file line number Diff line number Diff line change 30
30
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
31
31
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
32
32
poetry install --all-extras
33
- poetry run pytest --cov --cov-report=xml tests/unit/ tests/refactor/
33
+ poetry run pytest --cov --cov-report=xml tests/unit/ tests/refactor/ -m 'not scenario'
34
34
- name : Upload coverage reports to Codecov
35
35
run : |
36
36
curl -Os https://uploader.codecov.io/latest/linux/codecov
Original file line number Diff line number Diff line change 29
29
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
30
30
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
31
31
poetry install --all-extras
32
- poetry run pytest tests/unit/ tests/refactor/
32
+ poetry run pytest tests/unit/ tests/refactor/ -m 'not scenario'
Original file line number Diff line number Diff line change 32
32
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
33
33
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
34
34
poetry install --all-extras
35
- poetry run pytest --cov --cov-report=xml tests/unit/ tests/refactor/
35
+ poetry run pytest tests/unit/ tests/refactor/ -m 'not scenario'
You can’t perform that action at this time.
0 commit comments