Skip to content

Commit

Permalink
BLD: only update codecov from QIIME 2 CI (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko authored Oct 20, 2022
1 parent 1d2972e commit 6e4f502
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ jobs:
make pytest_standalone
make jstest
- name: Upload code coverage information to Codecov
uses: codecov/codecov-action@v2
# NOTE: For now, we only submit coverage reports from the QIIME 2 CI,
# since the tests that that CI runs are a superset of those ran by this
# "standalone" CI. (Also, Codecov wasn't merging them, which caused
# coverage to be underreported.)
# - name: Upload code coverage information to Codecov
# uses: codecov/codecov-action@v2

0 comments on commit 6e4f502

Please sign in to comment.