Skip to content

Commit

Permalink
Fix codecov (#714)
Browse files Browse the repository at this point in the history
* adjust codecov command and enable push for branch

* remove special status of branch
  • Loading branch information
zigaLuksic authored Aug 16, 2023
1 parent 6a2720c commit 793eadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
--sh_client_id "${{ secrets.SH_CLIENT_ID }}" \
--sh_client_secret "${{ secrets.SH_CLIENT_SECRET }}"
if [ ${{ github.event_name }} == 'push' ]; then
pytest -m "not geopedia" --cov --cov-report=term --cov-report=xml
pytest -m "not geopedia" --cov=eolearn --cov-report=term --cov-report=xml
else
pytest -m "not geopedia"
fi
Expand Down

0 comments on commit 793eadf

Please sign in to comment.