Skip to content
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
32226cb
CHORE:Created github templates
codewatchzen Apr 2, 2025
8a35e92
docs:created opensource contribution strategy and structure
codewatchzen Apr 2, 2025
dde6b4b
REFACTOR:Updated folder name for PR template
codewatchzen Apr 2, 2025
ccde28b
chore:updated pr-check yml for tetsing step
codewatchzen Apr 2, 2025
21568e8
chore:updated pr-check yml for testing step
codewatchzen Apr 2, 2025
40f4732
chore:updated pr-check yml for pytest script
codewatchzen Apr 3, 2025
736c5e0
refactor:updated pr-check yml to add stage name
codewatchzen Apr 3, 2025
7c17ed9
chore:updated pr-check yml to include run steps
codewatchzen Apr 3, 2025
1b0ca28
refactor:updated pip install step
codewatchzen Apr 3, 2025
a4a17b1
refactor:fixed syntax error
codewatchzen Apr 3, 2025
c9b7b95
refactor:fixed syntax error
codewatchzen Apr 3, 2025
badcbaf
refactor:fixed syntax error
codewatchzen Apr 3, 2025
453e64f
chore:added PR template
codewatchzen Apr 3, 2025
ed7544e
refactor:fixed file paths
codewatchzen Apr 3, 2025
975754f
refactor:fixed file paths
codewatchzen Apr 3, 2025
0920aba
refactor:fixed file paths
codewatchzen Apr 3, 2025
8673351
refactor:fixed file paths
codewatchzen Apr 3, 2025
ced61a8
refactor:fixed file paths
codewatchzen Apr 3, 2025
9183535
refactor:fixed file paths
codewatchzen Apr 3, 2025
d9bf65d
refactor:fixed file paths
codewatchzen Apr 3, 2025
df3c44d
refactor:fixed file paths
codewatchzen Apr 3, 2025
ff421c1
refactor:fixed file paths
codewatchzen Apr 3, 2025
eea75e3
refactor:fixed file paths
codewatchzen Apr 3, 2025
1ef881c
refactor:fixed file paths
codewatchzen Apr 3, 2025
67a5ee5
refactor:minor updates
codewatchzen Apr 3, 2025
e2a44e4
refactor:minor updates
codewatchzen Apr 3, 2025
82d4640
refactor:minor updates
codewatchzen Apr 3, 2025
918df05
refactor:minor updates
codewatchzen Apr 3, 2025
7f673bd
refactor:minor updates
codewatchzen Apr 3, 2025
3d20da6
refactor:minor updates
codewatchzen Apr 3, 2025
9447c35
temp:trying a fix in import
codewatchzen Apr 3, 2025
575e04f
CHORE:Trying Github to ADO Connection
codewatchzen Apr 4, 2025
aaa36ff
CHORE:Trying Github to ADO Connection
codewatchzen Apr 4, 2025
b0eb7d0
CHORE:Trying Github to ADO Connection
codewatchzen Apr 4, 2025
c3c29db
CHORE:Trying Github to ADO Connection
codewatchzen Apr 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor:fixed file paths
  • Loading branch information
codewatchzen committed Apr 3, 2025
commit 0920aba84e1aed62d40bfa91068b2a4686e7d44c
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
pip install pytest pytest-cov pytest-html
pip install pytest-mock pytest-asyncio pytest-timeout pytest-xdist pytest-cov
echo "current working directory: $(pwd)"
cd tests
cd ../../tests
mkdir test-results
pytest --junitxml=test-results.xml --cov=. --cov-report=xml --capture=tee-sys --cache-clear
env:
Expand Down
Loading