Skip to content

Commit

Permalink
Updated code coverage in GHA and standardized grant acknowledgment.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Oct 17, 2021
1 parent 6513d7c commit 3fc1f06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BranchCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
pytest -v --cov=set_cell_step --cov-report=xml --color=yes tests/
- name: CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
pytest -v --cov=set_cell_step --cov-report=xml --color=yes tests/
- name: CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
pytest -v --cov=set_cell_step --cov-report=xml --color=yes tests/
- name: CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
<div class="column">
&copy; Copyright 2020-2021, the Molecular Sciences Software Institute,
which receives funding from the National Science Foundation under award OAC-1547580
which receives funding from the National Science Foundation under awards OAC-1547580
and CHE-2136142.
</div>
<div class="column_right">
Expand Down

0 comments on commit 3fc1f06

Please sign in to comment.