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
gaoqiong
lm-evaluation-harness
Commits
8bd843c0
Commit
8bd843c0
authored
Feb 01, 2021
by
Leo Gao
Browse files
Fix coverage again again
parent
b7da653c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/python-app.yml
.github/workflows/python-app.yml
+1
-1
No files found.
.github/workflows/python-app.yml
View file @
8bd843c0
...
...
@@ -42,7 +42,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
-
name
:
Test with pytest
run
:
|
pytest --cov=lm_eval/
pytest --cov=lm_eval/
tests/
-
name
:
Upload to codecov
run
:
|
bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
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