Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump codecov/codecov-action from 3 to 4 #275

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
- name: Print changed files
run: |
for file in ${{ steps.changed-files-specific.outputs.all_changed_files }}; do

Check warning on line 36 in .github/workflows/rust.yml

GitHub Actions / Lint code

36:81 [line-length] line too long (87 > 80 characters)
echo "$file"
done
@@ -103,7 +103,7 @@
--out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}


Unchanged files with check annotations Beta

extends: default

Check warning on line 1 in .yamllint.yaml

GitHub Actions / Lint code

1:1 [document-start] missing document start "---"
rules:
line-length:
library:

Check warning on line 1 in .github/flowcrafter.yml

GitHub Actions / Lint code

1:1 [document-start] missing document start "---"
github:
instance: https://api.github.com/
owner: jdno
- name: Print changed files
run: |
for file in ${{ steps.changed-files-specific.outputs.all_changed_files }}; do

Check warning on line 31 in .github/workflows/markdown.yml

GitHub Actions / Lint code

31:81 [line-length] line too long (87 > 80 characters)
echo "$file"
done
- name: Print changed files
run: |
for file in ${{ steps.changed-files-specific.outputs.all_changed_files }}; do

Check warning on line 32 in .github/workflows/yaml.yml

GitHub Actions / Lint code

32:81 [line-length] line too long (87 > 80 characters)
echo "$file"
done