Skip to content

Commit

Permalink
CI changes - codecov issues
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Feb 5, 2024
1 parent 4dbabd0 commit e906001
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ jobs:
source ~/.bashrc
conda activate arc_env
make test-functional
# Wait ten seconds before running the next step
- name: Wait
run: sleep 10

- name: Code Coverage
uses: codecov/codecov-action@v3
Expand All @@ -243,4 +246,4 @@ jobs:
flags: unittests
name: codecov-umbrella
verbose: true
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit e906001

Please sign in to comment.