Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
a0906068
Unverified
Commit
a0906068
authored
Oct 27, 2020
by
Lysandre Debut
Committed by
GitHub
Oct 27, 2020
Browse files
Fully remove codecov (#8093)
parent
3e58b6b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
.circleci/config.yml
.circleci/config.yml
+1
-3
No files found.
.circleci/config.yml
View file @
a0906068
...
@@ -79,13 +79,11 @@ jobs:
...
@@ -79,13 +79,11 @@ jobs:
-
run
:
pip install --upgrade pip
-
run
:
pip install --upgrade pip
-
run
:
pip install git+https://github.com/huggingface/datasets
-
run
:
pip install git+https://github.com/huggingface/datasets
-
run
:
pip install .[sklearn,tf-cpu,torch,testing]
-
run
:
pip install .[sklearn,tf-cpu,torch,testing]
-
run
:
pip install codecov pytest-cov
-
save_cache
:
-
save_cache
:
key
:
v0.3-{{ checksum "setup.py" }}
key
:
v0.3-{{ checksum "setup.py" }}
paths
:
paths
:
-
'
~/.cache/pip'
-
'
~/.cache/pip'
-
run
:
RUN_PT_TF_CROSS_TESTS=1 python -m pytest -n 8 --dist=loadfile -rA -s ./tests/ -m is_pt_tf_cross_test --cov --durations=0 | tee output.txt
-
run
:
RUN_PT_TF_CROSS_TESTS=1 python -m pytest -n 8 --dist=loadfile -rA -s ./tests/ -m is_pt_tf_cross_test --durations=0 | tee output.txt
-
run
:
codecov
-
store_artifacts
:
-
store_artifacts
:
path
:
~/transformers/output.txt
path
:
~/transformers/output.txt
destination
:
test_output.txt
destination
:
test_output.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment