You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ This is implemented in [`nightly.yaml`](nightly.yaml)
28
28
29
29
In addition to the main workflows described above, there exist a number of modules that are used by these main workflows. They can also be run standalone, and are intendet to make composing the capabilities of our main workflows simpler. These are:
30
30
31
-
-`verify-msrv.yaml` - checks if the MSRV ('Minimum Supported Rust Version) declared in Cargo.toml is correct
32
-
-`coverage.yaml` - collects test code coverage, and can optionally upload the results to codecov.io
31
+
-[`coverage.yaml`](coverage.yaml) - collects test code coverage, and can optionally upload the results to codecov.io
33
32
- Will publish coverage data to CodeCov if `${{ secrets.CODECOV_TOKEN }}` is set
34
33
- outputs: download URL for the workflow-generated coverage info file
35
-
-`license-report.yaml` - create a license report for `up-rust` and all its dependencies in html format
34
+
-[`license-report.yaml`](license-report.yaml) - create a license report for `up-rust` and all its dependencies in html format
36
35
- outputs: download URL for the workflow-generated license report
37
-
-`test-featurematrix.yaml` - Test all feature combinations on a range of OS platforms
38
-
-`x-build.yaml` - Run release builds on multiple architecture targets
36
+
-[`test-featurematrix.yaml`](test-featurematrix.yaml) - Test all feature combinations on a range of OS platforms
37
+
-[`verify-msrv.yaml`](verify-msrv.yaml) - checks if the MSRV ('Minimum Supported Rust Version) declared in Cargo.toml is correct
38
+
-[`x-build.yaml`](x-build.yaml) - Run release builds on multiple architecture targets
0 commit comments