Skip to content

Commit

Permalink
Small ruff issue fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
VatsalJagani committed Mar 11, 2024
1 parent cae05a8 commit 38fdebc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/py_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: pytest tests --junitxml=junit/test-results.xml --cov=src --cov-config=tests/.coveragerc --cov-report=xml

- name: Adding GitHub action step summary
uses: VatsalJagani/pytest-cov-action@v0.5
uses: VatsalJagani/pytest-cov-action@v0.6
with:
pytest_results_file: "junit/test-results.xml"
pytest_cov_file: "coverage.xml"
Expand Down
2 changes: 0 additions & 2 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import unittest
from unittest.mock import patch
import pytest

import os
import sys
Expand All @@ -18,7 +17,6 @@
from contextlib import contextmanager

from main import main
from helpers.github_action_utils import set_env


@contextmanager
Expand Down

0 comments on commit 38fdebc

Please sign in to comment.