Skip to content

Commit 0fa56ca

Browse files
committed
Fix codacy coverage #13
1 parent 7302110 commit 0fa56ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ orbs:
99
# Orb commands and jobs help you with common scripting around a language/tool
1010
# so you dont have to copy and paste it everywhere.
1111
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python
12-
python: cimg/python@1.5.0
12+
python: circleci/python@1.5.0
1313
coverage-reporter: codacy/coverage-reporter@13.11.16
1414

1515
# Define a job to be invoked later in a workflow.

0 commit comments

Comments
 (0)