Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

switch to tokenless codecov upload #4261

Merged
merged 4 commits into from
May 19, 2020
Merged

switch to tokenless codecov upload #4261

merged 4 commits into from
May 19, 2020

Conversation

epwalsh
Copy link
Member

@epwalsh epwalsh commented May 19, 2020

closes #4259

@epwalsh epwalsh requested a review from matt-gardner May 19, 2020 20:27
Makefile Outdated
@@ -58,7 +58,10 @@ test :

.PHONY : test-with-cov
test-with-cov :
pytest --color=yes -rf --cov-config=.coveragerc --cov=$(SRC) --durations=40 -k "not sniff_test" $(SRC) scripts/
pytest --color=yes -rf --durations=40 -k "not sniff_test" \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we have sniff tests in here anymore, so that argument can probably be removed.

@epwalsh epwalsh merged commit 88683d4 into allenai:master May 19, 2020
@epwalsh epwalsh deleted the codecov branch May 19, 2020 22:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use tokenless codecov action
2 participants